body { background-color: black; color: #eee; }
body, td, th, p { font-family: Arial,Helvetica; font-size: 12px; }
a { color: #00f; font-weight: bold; }
h1, h2, h3 { color: red; }

div.topbar {
	color: white;
	font-size:small;
	font-family: Helvetica;
	background: #363636;
}
div.topbar a:link,div.topbar a:visited {
	text-decoration: none;
	color: red;
}


.fixed { font-family: Courier; }

.users_table_header td, .users_table td { background: #222; }

.name_col { text-align: left; }
.rating_col { width: 40px; text-align: center; }
.best_time_col { width: 40px; text-align: center; }
.average_time_col { width: 40px; text-align: center; }
.status_col { width: 15px; text-align: center; }

.box { background-color: #141414; border: solid 1px #969696; padding:4px; }
