/* CSS Document */
a {
	font-size:		12px;
	color:			rgb(0,66,174);
	font-family: 	Arial, Helvetica, sans-serif;
	
}

a:hover {	
	text-decoration:none;
	color:			rgb(0,66,174);
	background:		rgb(234,242,255);
}

a:visited {
	color:			rgb(120,172,255);
}

a:visited:hover {
	text-decoration:none;
	color:			rgb(0,66,174);
}
