body {
	background: white;
	margin: 5;
	padding: 0;
	font-family: "Verdana", sans-serif;
	font-size: 10;
	color: black;
}

.SubHead {
	color: darkgoldenrod;
	font-weight: bold;
	font-size: 14;
	width: 100%;
	border-bottom: 1px solid darkgoldenrod;
}

a {
	color: darkgoldenrod;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

tr.ViewHead {
	font-weight: bold;
	color: darkgoldenrod;
	border-bottom: 1px solid darkgoldenrod;
}

tr.Place {
	text-align: center;
}

td {
	vertical-align: top;
	font-size: 10;
}

td.Emp {
	color: darkgoldenrod;
	font-weight: bold;
	font-size: 12;
}

td.Right {
	text-align: right;
}

td.Breed{
	border-left: 1px solid black;
}

td.Center {
	text-align: center;
}

h1 {
	font-size: 20;
	font-weight: bold;
	font-variant: small-caps;
	color: darkgoldenrod;
}

tr.1 {
	background: white;
}

tr.2 {
	background: lightyellow;
}
