body
{
        font-family: Times New Roman;
        background-color: rgb(239,239,239);
        color: rgb(40,40,40);
}
A:link {
        color: rgb(40,40,40);
        text-decoration: none;
        font-family:"Times New Roman";
        }
A:visited {
        color: rgb(60,60,60);
        text-decoration: none;
        font-family:"Times New Roman";
        }
A:hover {
        color: rgb(0,0,0);
        font-weight: normal;
        text-decoration: overline underline
        }