P  {}

H1  {
	color : Blue;
	font-weight : bold;
	font-family : Arial;
	font-size : 18pt;
	text-decoration : none;
	line-height : normal;
}

H2  {
	font-size : 14pt;
	font-family : Arial;
	color : Blue;
	font-weight : bold;
	line-height : normal;
}

H3  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
	color : Blue;
}

A  {
	color : #A0A0D0;
	font-weight : bold;
	; text-decoration : none;
}

A:Visited  {
	color : #A0A0D0;
	font-style : italic;
	font-weight : bold;
	font-family : Arial;
}

A:Active  {
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : #A0A0D0;
	text-decoration : underline;
}

A:Hover  {
	font-family : Arial;
	font-style : italic;
	color : #A0A0D0;
	font-weight : bold;
	text-decoration : underline;
}

BODY  {
	font-family : Arial;
	font-size : 12 pt;
	background-color : Black;
	list-style-type : disk;
	list-style-position : inside;
	color : White;
}

li {  list-style-type: circle}
td {  font-family: Arial, Helvetica, sans-serif; color: #FFFFFF}
