﻿body
{
    font-family: Arial,Helvetica,sans-serif,Garamond;
    font-size: 11px;
}
A:link
{
    text-decoration:none;
    color:#3C4980;
}
A:visited
{
    text-decoration:none;
    color:#3C4980;
}
A:hover
{
    text-decoration:none;
    color:Red;
}