a:link {
	color: 					#FFFFFF; 
	text-decoration: 				none; 
}
a:active {
	color: 					#FFFFFF; 
	text-decoration:				underline;
}
a:visited {
	color: 					#FFFFFF; 
	text-decoration: 				none; 
}
a:hover {
	color: 					#FFFFFF; 
	text-decoration: 				underline; 
}


H1 {
	color:					#003366;
	font-family:				Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:					16pt;
	font-weight:				bold;
	text-align:					center;	
}

H2 {
	color:					#fd822e;
	font-family:				Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:					14pt;
	font-weight:				bold;
	text-align:					center;	
}
