a:link 
{ 	
	font: Tahoma;
	color: #2A83AC;
	background-color: none;
	text-decoration: underline;
}

a:visited 
{ 
	font: Tahoma;
	color: #2A83AC;
	background-color: none;
	text-decoration: underline;
}
    
a:active 
{ 
	font: Tahoma;
	color: #2A83AC;
	background-color: none;
	text-decoration: underline;
}  

a:hover
{
	font: Tahoma;
	color: #586D77;
	border-style: none;
	text-decoration: none;
}