.menue {
	background-color: #FFCC99;
	border: 0px;
}
.menue:hover {
  background-color:#FFFFFF;
	border: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFEECC;
}
h1 {
	font-size: large;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
	color: #333333;
	padding-bottom: 5px;
	height:39px;
	margin-top: 40px;
	margin-bottom: 40px;
}
h2 {
	font-size: large;
	font-style: italic;
	color: #663300;
}

