body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: black;
	font-size: 12px;
}
a:link, a:active, a:visited{
	color: #CD4400;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #FFAE00;
}
a.listinglink:link, a.listinglink:active, a.listinglink:visited{
	color: #42476C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.listinglink:hover{
	color: #CD4400;
}
strong{
	font-weight: bold;
	font-size: 1.0em;
}
form, form input{
	display: inline;
}
h1{
	font-size: 1.5em;
	color: #A93800;
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.3em;
	display: inline;
}
em{
	font-weight: bold;
	font-style: italic;
}
legend{
color: navy;
background: #f0f8ff;
border: 1px solid orange;
padding: 2px 6px
}
