A:link 
{
text-decoration: none; color: black;
}
A:visited 
{
color: black; text-decoration: none
}
A:active 
{
color: black; text-decoration: none
}
A:hover 
{
text-decoration: none; color: #3375FF;
}