body {
    color: black;
    font: 12px Verdana, sans-serif;
    /*        top        right    bot        left */
    margin: 0em        0em        0em        0em;
    padding: 20px;
    border-width: 0;
    min-width: 52.5em !important;
    position: relative;
    }

a   {
    text-decoration: none;
    font-weight: bold;
    padding: 0.2em 0.2em 0.2em 0.2em;
    }

a:link       {color: #F00;}
a:visited    {color: #D00;}
a:hover      {background-color: #900; color: white;}

h1, h2, h3, h4 {
    /*    top    right    bot    left */
    margin: 0px    20px    4px    20px;
    clear: left;
    line-height: 1.05;
    color: #900;
    }

h1 {
    /*      top     right    bot      left */
    margin: 0.4em    0em     0.5em    15px;
    letter-spacing: 1px;
    font-size: 250%;
    font-weight: 900; 
    }

h2 {
    /*        top   right    bot       left */
    margin: 0.8em    0em     0.5em    15px;
    font-size: 150%;
    }

h3 {
    /*        top    right    bot        left */
    margin: 0.8em    0em      0em        15px;
    font-size: 110%;
    }
    
form {
    /*        top        right    bot        left */
    padding:0em        1.5em        0em        1.5em;
    text-align: justify;
    }

p {
    /*        top        right    bot        left */
    padding:0em        1.5em        0em        1.5em;
    text-align: justify;
    }

ul, ol {
    /*        top        right    bot        left */
    margin: 0.25em    0.5em    0em        4.0em;
    padding: 0;
    }

.content {
    /*    top    right    bot    left */
    margin: 0px    20px    4px    30px;
    width: 798px;
    font-size: 0.92em;
    border: 1px solid;
    background: #FFFFFF;
    color: black;
    border-color: #000;
    }

#footer {
    border-top: 1px solid;
    border-color: #900;
    /*        top    right  bot    left */
    padding:  5px      0px  5px     0px;
    margin:   0px     15px  0px    15px;
    font: 0.80em Verdana, sans-serif;
    font-style: italic;
    color: black;
    text-align: left;
    clear: both;
    }

