body {
	background-color: #000;
		color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.wrapper { margin: 0 auto 0 auto; width:800px; height:100%; }
.logo { margin:0px;}
.table { margin:0px;}

a:link {
	color: #FF0;
	text-decoration: none; font-weight:bold;
}
a:visited {
	text-decoration: none; font-weight:bold;
	color: #FF0;
}
a:hover {
	text-decoration: underline; font-weight:bold;
	color: #FF0;
}
a:active {
	text-decoration: none; font-weight:bold;
	color: #FF0;
}