﻿body 
{
    margin: 0px 0px 0px 0px;
    background-color: #e8f2f6;
}

TD.MenuBar
{
    background-color: #f5f5f5;
    height:30px;
    border-top: solid 3px #6a4b1b; 
    border-bottom: solid 3px #6a4b1b; 
}

TD.MenuItem
{
    color: #6a4b1b;
    font-family: Garamond;
    font-size: 14px;
    width: 160px;
    text-align: center;
}

A.MenuItem
{
    color: #6a4b1b;
    font-family: Garamond;
    font-size: 12px;
    text-decoration: none;
}

A.MenuItem:hover
{
    color: #6a4b1b;
    font-family: Garamond;
    font-size: 12px;
    text-decoration: underline;
}

TD.WebBody
{
    padding: 10px 10px 10px 10px;
    text-align: left;
    background-color: White;
}

H1, H2, H3
{
    color: #6a4b1b;
    font-family: Garamond;
    font-size: 16px;
    font-weight: bold;
}
