body {
	background:#000;
	color:#fff;
	font-family:Verdana;
}
table {
	font-size:10px;
}
img {
	border:2px solid #fff;
}
h2 {
	margin:0px;
	color:#ffba00;
}
#header {
	text-align:center;
	font-size:14px;
	font-weight: bold;
	color:gray;
}
	#header img {
		border:0px;
	}
a:link{
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
a:visited{
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
a:hover{
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-decoration:underline;
}
#links {
	text-align:center;
	font-size:12px;
	color:#fff;
}
	#links a:link{
		font-weight:bold;
		font-size:12px;
		color:#fff;
		text-decoration:none;
		padding:20px;
	}
	#links a:visited{
		font-weight:bold;
		font-size:12px;
		color:#fff;
		text-decoration:none;
		padding:20px;
	}
	#links a:hover{
		font-weight:bold;
		font-size:12px;
		color:#fff;
		text-decoration:underline;
		padding:20px;
	}