H1  {
	font-size : 18px;
	font-weight : bold;
	color : White;
	font-family : verdana,arial,helvetica;
}

H2  {
	font-size : 16px;
	font-weight : bold;
	color : White;
	font-family : verdana,arial,helvetica;
}

H3,h4,h5,h6  {
	font-weight : bold;
	color : White;
	font-size : 14px;
	font-family : verdana,arial,helvetica;
}

A  {
	color : red;
	text-decoration : none;
}

A:Visited  {
	color : red;
	text-decoration : none;
}

A:Active  {
	color : Red;
	text-decoration : none;
}

A:Hover  {
	color : Silver;
	text-decoration : none;
}

BODY  {
	background-color : #000000;
	color : White;
	font-family : verdana,arial,helvetica;
	font-size : 12px;
	font-weight : normal;
}

TD, P, UL, LI {
	font-size : 12px;
	font-family : verdana,arial,helvetica;
	color : White;
	font-weight : normal;
}

b {
	font-weight : bold;
}

i {
	font-style : italic;
	}
