body {
	background-color: #fff;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:link, a:visited, a:active, a:hover {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #84440D;
	text-decoration: underline;
}
#container {
	padding-left: 10px;
}
#nav {
	margin-top: 35px;
}
#footer {
	margin-top: 15px;
	font-style: italic;
	font-size: 11px;
}
div.horse{
	margin: 4px;
	font-size: 0.9em;
}
div.race{
	height: 25px;
	font-size: 0.8em;
	width: 620px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 22px;
	padding: 2px;
}
div.race:nth-child(even){
	background-color: #eee;
}
.racen{
	width: 40px;
	float: left;
	text-align: left;
}
.racenum{
	width: 40px;
	float: left;
	text-align: left;
}
.raced{
	width: 110px;
	float: left;
}

 strong.notice {
	font-size: 0.80em;
    color: red;
}