a:visited { text-decoration: none; color: #00279B} 			
a:hover { text-decoration: underline; color: #FF3300} 			
a:active { text-decoration: none; color: #FF3300}   			
a {
	text-decoration: none;
	color: #00279B;
}	
body {
	color: #333333;
	background-color: #A6D2E8;



}
.graybox {
	border: 3px dashed #CCCCCC;
}
