body {
	background-color: white;
	font-family: helvetica, sans-serif;
}
p {
	padding: 0;
	margin: 0 0 1em 0;
	font-family: helvetica, sans-serif;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
.header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-color: #CCCCCC;
	color: #000000;
}
.menu {
	position: absolute;
	top: 65px;
	left: 10px;
	bottom: 0px;
	width: 8em;
	padding: 0.5em;
	background-color: #CCCC66;
	border: 1px solid black;
	margin-top: 1em;
}
.content {
	margin: 0 8em 60px 8em;
	padding: 1.5em;
}
.content p {
	font-size: small;
	text-indent: 2em;
}
a:hover {
	background-color: #999999;
}
.rightmenu {
	position: absolute;
	top: 65px;
	right: 5px;
	width: 8em;
	padding: 0.5em;
	background-color: #CCCC66;
	border: 1px dashed black;
	font-size: small;
	margin-top: 1em;
}

#showblock {
    display: none;
}

