.track {
	background-image: url(images/track.gif);
	background-repeat: repeat-x;
}
body {
	background-color: #B8B893;
}
.subTitle {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #993300;
}
.regText {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #993300;
}

