H1
{
    FONT: bold 18pt "Arial";
    COLOR: navy;
    BACKGROUND-COLOR: #e0e0e0;
    TEXT-ALIGN: center
}
H2
{
    FONT: bold 13pt "Arial";
    COLOR: purple;
    BACKGROUND-COLOR: #e0e0e0
}
BODY
{
    COLOR: purple;
    LINE-HEIGHT: 1.1;
    FONT-FAMILY: serif;
    BACKGROUND-COLOR: #e0e0e0
}
P
{
    FONT: 12pt "Arial";
    COLOR: purple;
    BACKGROUND-COLOR: #e0e0e0
}
TD
{
    FONT: 12pt "Arial";
    COLOR: purple;
    BACKGROUND-COLOR: #e0e0e0
}
UL
{
    FONT: bold 12pt "Arial";
    COLOR: navy;
    BACKGROUND-COLOR: #e0e0e0
}
A
{
    COLOR: darkred;
    BACKGROUND-COLOR: #e0e0e0
}
A:visited
{
    COLOR: navy;
    BACKGROUND-COLOR: #e0e0e0
}
A:hover
{
	color: white;
	background-color: navy;
}
INPUT
{
    BACKGROUND: teal;
    COLOR: red
}
