﻿H1, H2, H3, BODY
{
    font-family: 'Comic Sans MS' , Papyrus, Verdana;
    color: black;
    font-size: medium;
}

BODY
{
    BACKGROUND-COLOR: #eee8aa;
    text-indent: 20px;

}

H1
{
    font-weight: bold;
    font-size: 12pt;
    background-color: transparent;
    text-align: center;
}
H2
{
    font-weight: bold;
    text-indent: 20px;
    font-style: italic;
}
H3
{
    FONT-WEIGHT: bold;
}
A,A:active,A:visited
{
    color:  black;
    text-decoration: none;
    FONT-WEIGHT: bold;
}

IMG
{
       border-right: black outset;
    border-top: black  outset;
    border-left: black  outset;
    border-bottom: black  outset;
    position: static;
}
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: black;
     }

P
{
    text-indent: 20pt
}
