body {
	background: url("hihoubg.gif");
}

div.textblock {
	margin: 1em 4em 2em;
	background-color: white;
	color: black;
	background: url("hihoubg.gif");
}

h1 {
	text-align: center;
	line-height: 125%;
}

h2 {
	font-size: medium;
	font-weight: bold;
	background-color: #CE3921;
	color: white;
	margin: 1.5em 0em 1em 0em;
	border-width: thin;
	border-style: solid;
	border-color: black;
	padding: 0.25em;
}

h3 {
	font-size: medium;
	font-weight: bold;
}

dl {
	margin-bottom: 2em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}

small {
	font-size: 85%;
	line-height: 125%;
}

A:link { color: #328282 }
A:visited { color: #CE3921; }
A:active { color: #FF0000; }

