a:link.nav
{
    color: white;
}

a:visited.nav
{
    color: yellow;
}

div
{
    border: 2px solid Black;
    padding: 1%;
}

ul
{
    position: relative;
    left: -10px;
}

h1, h5, h6
{
    margin: 0;
}

h2
{
    margin: 0;
    font-size: medium;
}

h3, h4
{
    margin: 0;
    text-align: center;
}

li.here
{
    color: rgb(128,0,0);
}

p.bold
{
    font-weight:bold;
}

td.text
{
    text-align: center;
}

th.header
{
    text-align: center;
    font-weight:bold;
}

td.numeric
{
    text-align:right;
}

tr.footer
{
    font-weight:bold;
}

#header
{
    background-color: Black;
    color: White;
}
#header
{
    background-color: Black;
    color: White;
}

#navigation
{
    background-color: #0099FF;
    float: left;
    width: 20%;
}

#content
{
    float: left;
    width: 75%;
}

#footer
{
    clear: both;
}
