@charset "utf-8";
body,td,th {
	color: #FFFFFF;
	text-align: center;
}
body {
	background-color: #000000;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FF9900;
}
h1 {
	font-size: 36px;
	color: #FF9900;
	text-align: center;
}
h2 {
	font-size: 24px;
	color: #FF9900;
	text-align: center;
}
h3 {
	font-size: 24px;
	font-weight: lighter;
	color: #FFCC00;
	font-style: italic;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#tdbottom {
	background-color: #333333;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #666666;
}
#tdtop {
	background-color: #333333;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#tdmiddle {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #333333;
}

