body {
	background-color: #EEFFEE;
}
.main {
	margin-left: 100px;
	margin-right: 100px;
}
.header {
	text-align: center;
	border-bottom-color: #99CC99;
	border-bottom-style: dotted;
	border-bottom-width: medium;
}
h1 {
	text-align: center;
}
h2 {
	border-left-color: #669966;
	border-left-style: solid;
	border-left-width: 1em;
	padding-left: 0.5em;
	background-color: #CCFFCC;
	border-bottom-color: Gray;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	line-height: 150%;
}
h3 {
	margin-left: 1em;
	line-height: 130%;
}
h4 {
	margin-left: 1em;
	line-height: 130%;
}
div.main div img {
	margin-left: 10px;
	margin-bottom: 10px;
}
p {
	text-indent: 1em;
	line-height: 150%;
}
strong {
	font-size: 90%;
	background-color: #FFFFCC;
	color: #CC0033;
	font-weight: normal;
}
.footermenu {
	text-align: center;
}

