h1  {
    background: #A4F200;
    font-size: large;
    font-weight: bold;
    font-family: TimesNR, Times;
    text-align: center;
}

h2  {
    background: #A4F200;
    font-size: medium;
    font-family: Helvetica, Arial, san-serif;
    text-align: center;
}

h3  {
    background: #A4F200;
    font-size: small;
    font-weight: bold;
    font-family: Helvetica, Arial, san-serif;
    text-align: center;
}

p {
    background: #E6FFB0;
    font-size: small;
    font-family: Helvetica, Arial, san-serif;
    text-align: left;
}

p.firstpara {
    background: #E6FFB0;
    font-size: small;
    font-family: Helvetica, Arial, san-serif;
    text-align: center;
}

p.center {
    background: #E6FFB0;
    font-size: small;
    font-family: Helvetica, Arial, san-serif;
    text-align: center;
}

a {
    font-size: small;
    font-style: italic;
    font-weight: bold;
    font-family: TimesNR, Times, serif;
}

a.menu {
    color: #FFFFFF;
    background-color: #002800;
    font-size: medium;
    font-style: normal;
    font-weight: bold;
    font-family: Helvetica, Arial, san-serif;
}

a.menu:link {
        text-decoration: none;
        }

a.menu:visited {
        text-decoration: none;
        }

a.menu:hover {
        text-decoration: underline;
        }

a.menu:active {
        text-decoration: none;
        }

#container {
        width: 100%;
        background: #E6FFB0;
        }

#columnone {
        width: 45%;
        float: left;
        padding: 1%;
        font-size: small;
        }

#columntwo {
        width: 45%;
        float: right;
        padding: 1%;
        font-size: small;
        }

#footer {
        clear: both;
        background: #E6FFB0;
        text-align: center;
        }
