﻿body
{
    background-image: url(Images/bg.jpg);
    background-repeat: repeat-x;
    font-family: 'Arial';
}
.headerFont
{
    font-weight: bold;
    font-size: 24pt;
    color: #006633;
    font-family: 'Arial Narrow';
}
.theBody
{
    color: #ffffff;
    font-family: Arial;
    margin: 12px;
    font-size: x-small;
}
.theBodyTD
{
    background-image: url(Images/Body.png);
    background-repeat: no-repeat;
}
a
{
    color: lemonchiffon;
    font-family: Arial;
    font-size: x-small;
}
a:hover
{
    color: #ffffff;
    font-family: Arial;
    font-size: x-small;
}
h1
{
    margin: 0px;
}
