body {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #0d0500;
	background-color: #b7966b;
}
h1 {
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px none #43230f;
	text-align: right;
	color: #43230f;
}
.small {
	font-size: 9px;
}
input, textarea {
	margin: 1px;
	border: solid 1px #0d0500;
	font-family: Verdana;
	font-size: 10px;
	color: #43230f;
	background-color: #b7966b;
}
a {
	color: #43230f;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #b7966b;
}
#content {
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 500px;
	padding: 10px;
	background-color: #ffffd0;
	color: #0d0500;
	border: thin solid #0d0500;
}
#footer {
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 500px;
	padding: 10px;
	background-color: #ffffd0;
	color: #0d0500;
	border: thin solid #0d0500;
	font-size: 9px;
	text-align: center;
}
