body { 
	background-color: #529DC5;
}

h1 { 
	color: #000000; 
	font-weight: bold; 
	font-size: 24px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; }


h2 { 
	color: #000000; 
	font-weight: bold; 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;  
}

h3 { 
	color: #000000; 
	font-weight: bold; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
 }
 
p { 
	color: #000000; 
	font-weight: normal; 
	font-size: 13px; 
	font-family: Verdana, sans-serif; 
	text-decoration: none;  
}

td { 
	color: #000000; 
	font-weight: normal; 
	font-size: 13px; 
	font-family: Verdana, sans-serif; 
	text-decoration: none;  
}


li { 
	color: black; 
	font-weight: normal; 
	font-size: 13px; 
	font-family: Verdana, sans-serif; 
	text-decoration: none;  
}

table {
	border: 4px #B6BD1B solid;

}



a { color: #529DC5; }

a:hover {color: #B6BD1B; }
a:active {color: #00AEEF; }

a:visited {color: #D07B02; }
a:visited:hover {color: #B6BD1B; }


