BODY  {
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
	color : #FF6600;
}

H1  {
	font-size : 36px;
	text-align: center;
}

TH  {
	font-size : 24px;
	font-weight: normal;
	color : #FFFFFF;
}

TD  {
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
	color : #FF6600;
}

A:link  {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
	color : #FFFF00;
	font-weight : bold;
}

A:visited  {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
	color : #FFCC00;
	font-weight : bold;
}

A:hover  {
	text-decoration : underline;
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
}

A:active  {
	text-decoration : underline;
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
	color : #999900;
}

