﻿body
{
    background-color: #ffffcc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-variant: small-caps;
}
table
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: small;
    font-variant: small-caps;   
}

a:link
{
    text-decoration: none;
    color: Maroon;
}
a:visited
{
    text-decoration: none;
    color: Maroon;
}
a:hover
{
    text-decoration: underline;
    color: Maroon;
}
