﻿body 
{
    background-color: #e7e7e4;
    margin-top: 0px;
}

table.Webbody
{
    background-color: #f3ebe0;
    border: solid 1px black;
    font-family: Verdana; 
    font-size: 9pt;
}

h1
{
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    color: #380001;
}

A.FooterLink
{
    color: White;
    text-decoration: none;
}

A.FooterLink:hover
{
    color: Yellow;
    text-decoration: none;
}

A
{
    color: #380001;
    text-decoration: none;
}

A:hover
{
    color: #380001;
    text-decoration: underline;
}