BODY, P
{
	font-family : times, serif;
	font-size : 12pt;
	background-color : #000000;
	color : #CC0000;
}

TH
{
	font-family : times, serif;
	font-size : 14pt;
	font-weight : bold;
	vertical-align : top;
	padding : 3;
	background-color : #CC0000;
	color : #000000;
}

TD
{
	vertical-align : top;
	padding : 3;
	background-color : #CC0000;
	color : #000000;
}

H1
{
	font-family : arial, sans-serif;
	font-size : 18pt;
	background-color : #000000;
	color : #CC0000;
}

H2
{
	font-family : arial, sans-serif;
	font-size : 15pt;
	background-color : #000000;
	color : #CC0000;
}

TD :link
{
	color: #000000;
	background: transparent;
}

TD :visited
{
	color: #440000;
	background: transparent;
}

TD :active
{
	color: #660000;
	background: transparent;
}

TD :hover
{
	color: #660000;
	background: transparent;
}

:link
{
	color: #CC0000;
	background: transparent;
}

:visited
{
	color: #CC0000;
	background: transparent;
}

:active
{
	color: #FF4444;
	background: transparent;
}

:hover
{
	color: #FF4444;
	background: transparent;
}


