﻿H1, H2, H3, BODY
{
    font-family:  Verdana;
    color: White;
    font-size: small;
}

BODY
{
    background-color: gray;
    text-indent: 20px;
}

H1
{
    font-family: Century725 BdCn BT;
    font-weight: bold;
    font-size: 32pt;
    background-color: transparent;
    text-align: center;
    color:  white;
}
H2
{
    font-weight: bold;
    text-indent: 20px;
    font-style: italic;
}
H3
{
    FONT-WEIGHT: bold;
}
A,A:active,A:visited
{
    color:  White;
    text-decoration: none;
    FONT-WEIGHT: bold;
}

IMG
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    position: static;
    border-bottom-style: none;
}
TABLE
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    position: static;
    text-align: left;
    border-bottom-style: none;
 
}
TD
{
    PADDING-LEFT: 5px;
 }

DIV
{
    position: static;
}
UL
{
    list-style-type: none;
}
.textbox
{
    background-color: black;
}
HR
{
     color: White;
     }

P
{
    text-indent: 20pt
}
