@charset "utf-8";
/* CSS Document */

BODY {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background:#000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	}
	
a { text-decoration: none;color:#900;}
a.hover { text-decoration: underline; color:#C00;}
	
h2 {
	font-size: 11px;
	color:#CCC;
}
p {
	font-size: 11px;
	color:#CCC;
}

table {
	background: #000;
	width: 800px;
	border-right: 5px double #900;
	border-left: 5px double #900;
	}
