body
{
        font-family: Arial, Helvetica, sans-serif;
        background-repeat: no-repeat;
        background-color: #FFFFEE;
}

p,div,ul,i,td
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
}

h1
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #FFFFFF;
}

h6
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #000000;
}

a.navigation {
        background-color: #91BD12;
        color: #4B2D2B;
        border: 1px solid #FFFFEE;
        width: 147px;
        padding: 2px;
        text-decoration: none;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
}
a.navigation:hover {
        background-color: #FFFFEE;
        color: #91BD12;
        border: 1px solid #FFFFEE;
        width: 147px;
        padding: 2px;
        text-decoration: none;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
}
