A:link {
	text-decoration: none;
	color : #2251D9;
}

A:active {
	text-decoration: none;
	color : Blue;
}
 
A:visited {
	text-decoration: none;	
}

A:hover 
{	
	text-decoration: underline;
}

