body {
  font-family: Georgia, "New Century Schoolbook", Times, serif;
  margin: 0;
  padding: 0;
  background: #fc9;
}
p {
	margin-top:0;
}
h1 {
	color: #630;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: .2em;
}
h3 {
	color: #630;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: .3em;
	margin-top: 0;
}
h4 {
	color: #630;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: .3em;
	margin-top: .2em;
}
strong {
	color: #630;
}
#breadcrumbs {
	font-size: .75em;
	color: brown;
	margin-top: 0;
}
.caption {
	font-size: .8em;
}
#footer {
	text-align: center;
	font-size: .8em;
}
a:link, a:visited {
	font-weight: bold;
	color: #930;
	text-decoration: underline;
}
a:hover, a:active {
	color: #F30;
	font-weight: bold;
	text-decoration: none;
}
ol {
	margin-top: 0;
}
form fieldset legend {
	color: #630;
}
.feature {
	background-color:#FFEBA7;
	text-align: center;
	padding: 0.2em 0;
	border-right: 3px solid #c96;
	border-bottom: 3px solid #c96;
	border-top: 1px solid #ffa;
	border-left: 1px solid #ffa;
	margin-bottom: .6em;
	clear: left;
}
.feature p {
	margin: .2em 0;
}

