body { 
/*
background: url("./background.jpg") repeat;
*/
background-color: #e9be6f;
font-family: sans-serif;
margin-left: 50px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 0px;

}
h1,h2,h3,h4,h5,h6 { color: #7a3900; }
.content { width: 100%;
color: #000000;
height: auto;
}
.foutboodschap {
	background-color: #ffffff;
	float: none;
	width: 800px;
	color: #7a3900;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 150%;
	font-weight: bold;
	border-style: groove;


}	


