body, td
{
    font-family: "Arial";
    font-size: "x-small";
    color: #003399;
}

A:link
{
    text-decoration: underline;
    color: #003399;
}

A:visited
{
    text-decoration: underline;
    color: #003399;
}

A:active
{
    text-decoration: underline;
    color: #003399;
}

A:hover
{
    text-decoration: none;
    color: #003399;
}