body {
	font-family: cursive;
	font-size: 9pt;
	background-color: #ffcc33;
}
#left {
	position: absolute;
	left: 2%;
	width: 225px;
	top: 200px;
	background-color: #fce883;
}
#center {
	position: absolute;
	left: 252px;
	width: 570px;
	top: 200px;
	background-color: #fce883;
	/*overflow: auto;*/
	padding: 3px;
}
#center-wide {
	position: absolute;
	left: 250px;
	width: 800px;
	top: 200px;
	background-color: #fce883;
	overflow: auto;
	padding: 3px;
}
#right {
	position: absolute;
	left: 832px;
	width: 225px;
	top: 200px;
	background-color: #fce883;
	overflow: auto;
}
#textbox {
	margin: 5px;
	padding: 3px;
	background-color: #ffcc33;
}
.title {
	text-align: center;
	font-size: 32pt;
	font-weight: bold;
	color: #000000;
}
.header {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}
.centerheader {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
