body {
	margin:50px;
	background-color: black;
}
body, td, p {
	color: #999;
	font-family: trebuchet ms, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
table {
	background-color: olive;
}
tbody {
	background-color: black;
}
thead {
	color: black;
}
td {
	padding:5px;
	padding-left: 20px;
	padding-right: 20px;
}
#content {
	position: relative;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a, a:link, a:visited {
	color:#ccc;
	text-decoration:none;
}

a:hover {
	color:white;
	text-decoration:underline;
}

h1 {
	color: olive;
}

h3 {
	color: white;
}

#race_time {
	position: fixed;
	right: 0px;
	top: 0px;
}
