body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFF99;
}
.leftcolumn {
	padding: 20px;
	float: left;
	height: 900px;
	width: 180px;
	background-color: #F0F0F0;
}
.headline {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.rightcolumn {
	padding: 20px;
	float: right;
	height: 900px;
	width: 180px;
	background-color: #F0F0F0;
}
.centercolumn {
	background-color: #A0ABFE;
	height: 900px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.menu {
	float: left;
	text-align: center;
	list-style-type: none;
	width: 7em;
	background: #CCCCCC none;
	
}
.menu a:hover {
	background: #ff9 none;
}
.menu a {
	display: block;
	width: 100%;
	text-decoration: none;
}
.menua {
	float: left;
	text-align: center;
	list-style-type: none;
	width: 7em;
	background: #ff9 none;
	
}
.menua a:hover {
	background: #ff9 none;
}
.menua a {
	display: block;
	width: 100%;
	text-decoration: none;
}
.bodycolumn {
	background-color: #A0ABFE;
	height: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 230px;
	padding-right: 10px;
}

