
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
    padding: 4px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033CC;
}
A:link, A:visited, {
    font-size:9px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    color: #000000;
}
a.horses:link, a.horses:visited, {
    font-size:9px;
    color: #3333CC;
    text-decoration: none;
    font-weight: normal;
}
a.horses:hover {
    color: #000000;
}


