A:link
{
text-decoration: none;
color: red;
font-family: Arial;
font-size: 10pt;
}
A:visited
{
text-decoration: none;
color: blue;
font-family: Arial;
font-size: 10pt;
}
A:hover
{
text-decoration: underline;
color: red;
font-family: Arial;
font-size: 10pt;
}