
body
{
    color: #000000;
        background: navy;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}



#navcell
{
        padding-top : 2px;
        padding-bottom : 2px;
        padding-left : 0px;
        border-top: 0px solid #fc6;
        border-right: 0px solid #fc6;
        border-bottom: 0px solid #fc6;
        border-left: 0px solid #fc6;
        font-family: Arial, Helvetica, sans-serif;

}


#nav{
        position: absolute;
        background: navy;
        top : 50px;
        left : 5px;
        width : 135px;
        font-weight: bold;
        line-height: 30px;
        color: #000000;
        }

#nav ul, #nav li {
        list-style-type: none;
}

#nav a, #nav li.active li a
{
        color: white;
        text-decoration: none;
}

#nav a:hover, #nav li a:hover
{
        background-color: yellow;
        color: black;
        text-decoration: none;
}

#nav li.active a {
        background-color: #fc6;
        color: #930;
        text-decoration: none;
}

a:link {
        background-color: transparent;
        color: white;

}

a:hover
{
        background-color: yellow;
        color: navy;
        text-decoration: none;
}

a:visited {
        color: red;
}

#content{
        padding-top : 5px;
        padding-bottom : 50px;
        padding-left : 125px;
        padding-right : 50px;
        background-color: white;
        color: #000000;
}

p,ul,ol {
        font-size: 10pt;
        text-align: justify;
        color: #000000;

}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
		color: white;
        font-size: 350%;
        font-weight: bold;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        border-top: 2px solid yellow;
        border-right: 2px solid yellow;
        border-bottom: 4px solid yellow;
        border-left: 2px solid yellow;
}

h2 {
		  color: navy;
        font-size: 150%;
        font-weight: bold;
        text-align: center;
        padding-right: 3px;
        border-top: 0px solid #fc6;
        border-right: 0px solid #fc6;
        border-bottom: 1px solid yellow;
        border-left: 0px solid #fc6;

}

h3 {
    font-size: 100%;
    font-weight: bold;
}
