﻿body
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin: 0 0 0 0;
    background-color: #0066cc;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #000000;
}
a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    margin: 2px 0 2px 0;
    color: #0066cc;
    font-family: 'Trebuchet MS';
}

h1
{
    font-size: 1em;
    color: #0066cc;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

