a:link
{
text-decoration: none;
}

a:visited
{
text-decoration: none;
color: #005F9D;
}

a:hover 
{ 
text-decoration: underline;
color: black;
}

