﻿body
{
    background-color: #dcdcdc;
}

p, td
{
    font-size: 13px;
    font-family: Tahoma, Arial;
    text-decoration: none;
}

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: bold;
    font-size: 15px;
    color: #999966;
    font-family: Tahoma, Arial;
    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: 16px;
    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;
}