a:link
{
	color: #3366CC;
	text-decoration : none; 
}
a:visited
{
	color: #0099FF;
	text-decoration : none; 
} 
a:active 
{
	color: #3333CC;
	text-decoration : none;
}
<link href="Templates/hyperlink.css" rel="stylesheet" type="text/css">
a:hover {
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
}
