﻿body 
{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    background-color: #eeeeee;
}

h3
{
    font-family: Verdana, sans-serif;
    font-size: 12pt;
}

img.header
{
    border: none;
}

a.header:link
{
    outline-color: white;
    border-color: white;
}

a.header
{ 
    text-decoration: none;
    border: 0 none;
}

.bar
{
    background-color: #cd0000;
    color: #ffffff;
    height: 15px;
    font-size: 12pt;
}

a.bar:link
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a.bar:visited
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a.bar:hover
{
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

a.bar:active
{
    color: white;
    font-weight: bold;
    text-decoration: underline;
}


.content
{
    background-color: white;
}

a.content:link, a.content:link img
{
    color: black;
    border-color: black;
}

a.content:visited, a.content:visited img
{
    color: black;
    border-color: black;
}

a.content:hover, a.content:hover img
{
    color: #cd0000;
    border-color: #cd0000;
}

a.content:active, a.content:hover img
{
    color: #cd0000;
    border-color: #cd0000;
}
