HTML {
  text-align: center;
}
BODY {
  margin: 0 auto;
  background: url('equine.jpg') top center no-repeat;
  background-color: black;
  text-align: center;
  width: 980px;
  display: block;
  font-family: Arial;
  color: white;
  position: static;
  font-size: 10pt;
}
BODY a{
  color: rgb(255,153,51);
  text-decoration: none;
}
BODY a:hover{
  color: rgb(255,51,51);
  text-decoration: none;
}
A img{
  border: none
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid orange;
  text-align: left;
}
LEGEND {
	font-weight: bold;
	margin: 0.3em;
	color: orange;
}
LEGEND a {
	font-weight: bold;
  text-decoration: none;
}
LABEL {
	width: 25em;
	float: left;
}
input {
  border: 1px orange solid;
  background-color: #372107;
  color: white;
}
SELECT{
  width: 190px;
  border: 1px orange solid;
  background-color: #372107;
  color: white;
}
TH{
  text-align: left;
}
