body {
	background: black;
	margin: 0; padding: 0;
	overflow: hidden;
}
#scrollHolder {
	position: absolute;
	top: 0px; left: 0px;
	margin: 0px; padding: 0px;
}
#scrollME {
	position: absolute;
	top: 0px; left: 0px;
	margin: 0px; padding: 0px;
}
#UI {
	position: absolute;
	margin: 0px; padding: 0px;
	height: 40px;
}
#UInumbers {
	position: absolute;
	top: 11px; left: 10px;
}
#UIclose {
	position: absolute;
	top: 9px; right: 2px;
	text-align: right;
}

td { font: 11px verdana, arial, geneva, sans-serif; color: white; }
.indent { margin-left: 16px; margin-top: 4px; }
.small { font-size: 9px; }
a:link, a:visited { color: #B3B3B3; text-decoration: none; }
a:hover { color: white; text-decoration: underline; }
a:active { color: white; }
