﻿*
{
    margin: 0pt;
    padding: 0px;
}

body
{
    margin: 0px padding: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
}



#header
{
    width: 800px;
    height: 200px;
}

#main
{
    margin: 0px auto;
    background: rgb(255, 255, 255);
    width: 800px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

a:active, a:focus
{
    outline: none;
}

.menuLink
{
    color: #336633;
    width: auto;
}

.menuLink a
{
    color: #336633;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: bold;
    text-decoration: none;
}


.menuLink a:hover
{
    text-decoration: underline;
}