body
{
    font-size: smaller;
    font-family: Verdana, Tahoma, 'Lucida Console';
    background-color: white;
}
BODY.main
{
    background-color: mediumblue;
}
TD
{
    font-size: smaller;
    font-family: Verdana, Tahoma, 'Lucida Console';
}
INPUT
{
    font-family: Verdana, Tahoma, 'Lucida Console';
}
SELECT
{
    font-family: Verdana, Tahoma, 'Lucida Console';
}
BODY.list
{
    background-color: lightcyan;
}
A:visited
{
    color: blue;
}
TD.border
{
    border: lightblue 1px solid;
}
TD.header
{
    padding: 3px;
    font-weight: bold;
    color: black;
    background-color: lightblue;
    text-align: center;
}
TD.region
{
    color: black;
    background-color: lightblue;
    text-align: center;
}
