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