
A  {
	text-decoration : none;
		color: #0063CE;
}

A:Visited  {
	text-decoration : none;
	color: #0063CE;
}

A:Active  {
	text-decoration : underline;
	color: #009CFF;
}

A:Hover  {
	text-decoration : underline;
	color: #00319C;

}




