body
{
    font-family : "Arial";
    /* background-color : #F0F0F0; */
    background-color : white;
}

h3
{
    font-family : "Arial";
    background-color : #006600;
    color : white;
    padding : 5 5 5 5;
    font-size : 24px;
}

h4
{
    font-family : "Times New Roman";
    font-size : 20px;
    font-weight : bold;
}

h5
{
    font-family : "Arial";
    font-size : 16px;
    font-weight: normal;
    font-style: italic;
}

p.copyright
{
    padding-top : 25px;
    text-align : center;
    font-family : "Times New Roman";
    font-style : italic;
    font-size : 8px;
}

table.navigation
{
    padding-top : 125px;
    text-align : center;
    font-family : "Arial";
    font-style : normal;
    font-size : 12px;
    margin-left : auto;
    margin-right : auto;
}

tr.navigation
{
    text-align : center;
}

td.navigation
{
    text-align : center;
    padding : 25px;
}

a
{
    text-decoration : none;
}

a:link /* unvisited link */
{
    color : #006600;
}

a:visited /* visited link */
{
    color : #CC6600;
}

a:hover /* mouse over link */
{
    color : #CC0000;
}

a:active /* selected link */
{
    color : #CCCC00;
}
