body {
	background: rgb(153,204,204);
}

.maincontent {
	background-color: white;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-color: gray;
	border-style: solid;
	min-height: 960px;
}
.header {
	padding-top: 0.5em;
	padding-left: 0.3em;
	padding-bottom: -0.2em;
}

.topbar {
	background-color: rgb(204,204,153);
	border-top: 1px;
	border-bottom: 1px;
	border-color: gray;
	border-style: solid;		
}
.topbar .menuitem {
	text-align: center;
}
.topbar .menuitem a {
	text-decoration: none;
}
.y {
	background-color: rgb(204,204,153);
}
.r {
	background-color: rgb(204,153,204);
}
.content {
	padding: 0.5em;
}