<STYLE>

a:active 
{
	TEXT-DECORATION:none;
	color: yellow;
	FONT: 12pt "Verdana"
}
a:hover
{
	text-decoration: none;
	color: red;
	FONT: 12pt "Verdana"
}
a:link
{
	text-decoration: none;
	color: blue;
	FONT: 12pt "Verdana"
}
a:visited
{
	TEXT-DECORATION:none;
	color: orange;
	FONT: 12pt "Verdana"
} 

BODY
{
    FONT: 10pt "Verdana";
}
H1
{
    FONT: bold 20pt "Verdana";
    COLOR: black
}
H2
{
    FONT: bold 18pt "Verdana";
    COLOR: black
}
H3
{
    FONT: bold 16pt "Verdana";
    COLOR: black
}
P
{
    FONT: 10pt "Verdana";
    COLOR: black
}
TH
{
    FONT: bold 12pt "Verdana";
    COLOR: blue
}
TR
{
    FONT: bold 12pt "Verdana";
    COLOR: red;
    VALIGN: top
}
TD
{
    FONT: 12pt "Verdana";
    COLOR: black
}
TD.blue
{
    FONT: bold 12pt "Verdana";
    COLOR: blue
}
TD.red
{
    FONT: bold 12pt "Verdana";
    COLOR: red
}
TD.yellow
{
    FONT: bold 12pt "Verdana";
    COLOR: yellow
}
TD.green
{
    FONT: bold 12pt "Verdana";
    COLOR: green
}
TD.white
{
    FONT: bold 14pt "Verdana";
    COLOR: white
}
TD.orange
{
    FONT: italic 14pt "Verdana";
    COLOR: orange
}
</STYLE>
