body { 
	font-family: Scala,Verdana,Helvetica;
	font-size: 100%;
	background-color: #f0f0e8;
}
a {
	text-decoration: none;
	color: #006699;
}
a:hover {
	color: #999999;
	cursor: pointer;
}
#main { 
	background-color: white;
	border: 1px solid #ccccb2;
	margin-left: auto;
	margin-right: auto;
	max-width: 60em;
	min-width: 20em;
}
#top, #content {
	padding: 1em;
}
#top {
	height: 90px;
}
#content {
	border-top: 1em solid #ccd6e0;
}
#bottom {
	font-size: 0.8em;
	border-top: 1px solid black;
}
#hulogo {
	float: right;
}
h1,h2 { clear: both; font-size:1.5em; }
h3 { 
	padding-top: 15px;
	float: left;
}
