html,body{
	margin:0;
	padding:0;
	background:rgb(0,0,0);
	color:rgb(255,255,255);
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	line-height:1.3em;
	min-height:100%;
	/* sigh... IE-only styling... */
	scrollbar-face-color:rgb(102,102,51);
	scrollbar-shadow-color:rgb(0,0,0);
	scrollbar-highlight-color:rgb(68,68,68);
	scrollbar-3dlight-color:rgb(119,119,119);
	scrollbar-darkshadow-color:rgb(17,17,17);
	scrollbar-track-color:rgb(34,34,34);
	scrollbar-arrow-color:rgb(153,153,153);
}
body{
	margin:auto;
}
a{
	color:rgb(204,204,153);
}
a:hover{
	color:rgb(153,153,153);
}
a:visited{
	text-decoration:underline;
}
h1{
	width:98%;
	margin:0 auto;
	padding:0;
	line-height:190%;
	font-size:120%;
	text-align:center;
	letter-spacing:.15em;
	border-bottom:#999 solid thin;
}
h2{
	font-size:110%;
	letter-spacing:.05em;
	text-indent:20px;
}
table{
	margin-bottom:30px;
}
th{
	text-align:left;
	width:180px;
	font-size:80%;
}
td{
	font-size:90%;
	line-height:115%;
	letter-spacing:.03em;
	vertical-align:top;
	text-align:left;
}
p{
	font-size:.9em;
	text-align:center;
}