A
{
text-decoration: none; color: black;
}

A:link 
{ 
text-decoration: none ; color: black; 
}

A:hover
{ 
text-decoration: none ; color: blue;  
}

