<Style>

A
{
    COLOR: blue
}

A:visited
{
	COLOR: blue
}

A:hover
{
    COLOR: tan
}
A:link
{
    COLOR: blue
}
A:active
{
    COLOR: blue
}

BODY
{
text-align: left;
FONT-SIZE: 12pt;
FONT-STYLE: normal;
COLOR: black;
FONT-FAMILY: Times New Roman, Arial, Helvetica, sans-serif;
}

H1
{
COLOR: blue;
font-size: 22pt;
text-align: center;
font-style: bold;
font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

H2
{
font-size: 16pt;
text-align: left;
font-style: italic;
color: blue;
font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

H3
{
font-size: 12pt;
text-align: left;
font-style: bold;
color: black;
font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

OL

{
list-style: disc;
}

</style>