	
body 
{
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: fixed; 
	
	padding:0;

	text-align:center;
	min-width:320px;/* for mozilla*/
	
	color: #62c6d8;
	
	width:320px;
	
	margin:0px auto;
	
	font: 18px "Trebuchet MS";
}

#content
{
	background-color: #FFFFFF;
	text-align:justify;

	font: 18px "Trebuchet MS";
}

h1
{
	font: 34px "Trebuchet MS";
}

.loginLower 
{
	text-transform: lowercase;
}


table
{ 
margin-left: auto;
margin-right: auto;
}

a:link {color: #72D6E8;font-weight: bold}
a:visited {color: #72D6E8;font-weight: bold}

a:hover {color: #82E6F8;font-weight: bold}
a:active {color: #82E6F8;font-weight: bold}
