A:link
{
font-family: Arial;
text-decoration: none;
color: black;
}
A:visited
{
font-family: Arial;
text-decoration: none;
color: black;
}
A:hover
{ 
color: blue; 
font-family: Arial,underline; 
text-decoration: none; 
}
