body
{
    background-color: #ffffcc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
table
{
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
table a:link
{
    text-decoration: none;
    color: Maroon;
}
table a:visited
{
    text-decoration: none;
    color: Maroon;
}
table a:hover
{
    text-decoration: underline;
    color: Maroon;
}
a:link
{
    text-decoration: none;
    color: Maroon;
}
a:visited
{
    text-decoration: none;
    color: Maroon;
}
a:hover
{
    text-decoration: underline;
    color: Maroon;
}