body
{
    background: #ffffff;  
    color: #107b00;
}

font
{
    color: #107b00;
    font-family: Times New Roman;
    font-variant: small-caps;
}

h1
{
    font-size: large;
    font-variant: small-caps;
    text-decoration: underline;
    text-align: center;
}

h2
{
    font-size: small;
    font-variant: small-caps;
    text-decoration: underline;
    text-align: center;
}

h3
{
    font-size: x-small;
    font-variant: small-caps;
    text-align: center;
}

a
{
    color: #107b00;
    font-variant: small-caps;
    text-decoration: underline,bold;
    font-weight: bold;
}

a:hover, a:active
{
    color: #89cf6f;   
}

ul#Navigation
{
    font-size: 0.85em;
    float: left;
    margin: 0.25em;
    padding: 0.25em;
    border: double 5px #107b00;
    width: 150px;
}

ul#Navigation li
{
    list-style: none;
    margin: 0.25em;
    padding: 0.25em;
}

img
{
    border: 0;
}
