body h2 {
	border-bottom:2px solid #993300;
	border-top:2px solid #993300;
	padding:3px;
}

body #content h3 {
	background-color:rgb(255,240,213);
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding:2px;
	text-align: center;
	width: 100%;
}

h3 a:link { color: #bf5700}
h3 a:active { color: #bf5700}
h3 a:visited { color: #993300}
h3 a:hover { color: #993300}

body #content ul {
	margin-left: 40px;
	margin-top:10px;
	list-style: disc;
	width: 100%;
}

hr {  color: #993300}

body #content ul ul {
	margin-left: 60px;
	list-style: circle;
}