﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    text-align: left;
}
a
{
    color: #999999;
    text-decoration: underline;
}
a:active
{
    color: #f9b64e;
    text-decoration: underline;
}
a:hover
{
    color: #f9b64e;
}
a:visited
{
    color: #999999;
}

h1
{
    color: #f9b64e;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}
h2
{
    font-size: 16px;
    font-weight: bold;
}
h3
{
    font-size: 14px;
    font-weight: bold;
}
#topNav
{
font-family: Comic Sans MS;
    font-size: 30px;
    vertical-align: top;
    text-align: left;
    background-color: #2a7e4d;
}

