﻿body
{
    background-color: #cccc99;
}

p, td
{
    font-size: 13px;
    font-family: Arial;
    text-decoration: none;
}

td#menu a:link
{
    font-size: 13px;
    font-family: Tahoma, Arial;
    text-decoration: none;
    color: #696969;
}

a:link
{
    font-size: 13px;
    font-family: Tahoma, Arial;
    text-decoration: none;
    color: #696969;
}

a:hover
{
    font-size: 13px;
    font-family: Tahoma, Arial;
    text-decoration: underline;
    color: #cc0066;
}

a:visited
{
    font-size: 13px;
    font-family: Tahoma, Arial;
    text-decoration: none;
    color: #696969;
}
h1
{
    font-weight: normal;
    font-size: 16px;
    color: #778899;
    font-family: Georgia, Serif;
    text-decoration: none;
}
.menu
{
    border-bottom: #a9a9a9 1px dotted;
    height: 25px;
    padding-right: 6px;
    padding-left: 6px;
    
}
.menuLeft
{
    border-bottom: #a9a9a9 1px dotted;
    height: 25px;
    padding-left: 12px;
    text-align: left;

}

.quotes
{
    font-size: 14px;
    color: #808000;
    line-height: 160%;
    font-style: italic;
    font-family: Georgia, Serif;
    text-decoration: none;
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: #daa520 1px dotted;
}


