﻿H1, H2, H3, BODY
{
    font-family: Papyrus, Verdana;
    color: #eee8aa;
    font-size: small;
}

BODY
{
    BACKGROUND-COLOR: black;
    text-indent: 20px;

}

H1
{
    font-weight: bold;
    font-size: 12pt;
    background-color: transparent;
    text-align: center;
    color:  #eee8aa;
}
H2
{
    font-weight: bold;
    text-indent: 20px;
    font-style: italic;
}
H3
{
    FONT-WEIGHT: bold;
}
A,A:active,A:visited
{
    color:  #eee8aa;
    text-decoration: none;
    FONT-WEIGHT: bold;
}

IMG
{
       border-right: palegoldenrod outset;
    border-top: palegoldenrod outset;
    border-left: palegoldenrod outset;
    border-bottom: palegoldenrod outset;
    position: static;
}
TABLE
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    text-align: left;
    border-bottom-style: none;
 
}
TD
{
    PADDING-LEFT: 5px;
 }

DIV
{
    position: static;
}

.textbox
{
    background-color: black;
}
HR
{
     color: White;
     }

P
{
    text-indent: 20pt;
}

ul
{
    list-style-position: outside;
    list-style-type: disc;
}