Ôªøhtml, body, table {
	background-color: #000;
	font-family: Verdana,Arial,Helvetica;
}
table {
	color:#ffffff;
	font-size: 90%;
	margin: auto;
}
a:link {
	color: #ff9900;
}
a:visited {
	color: #ff9900;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
h2, h3, h4 {
	font-weight: bold;
	text-align: left;
}
h1 {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 90%;
}
h4 {
	font-size: 80%;
}