body {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	background:#E9E6E1;
	background-repeat:repeat;
 	margin:0px;
	padding:0px;
}
#container { 
	background-image:url(images/containerbg.jpg);
	background-repeat:repeat-y;
 	width:950px;
 	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}
#content {
	background-color:#ffffff;
	background-repeat:no-repeat;
 	width:900px;
 	margin-top:0px;
 	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}
p {
 	font-size: 9pt;
 	color:#000000;
	text-align: justify;
 	margin-top:5px;
 	margin-left:10px;
 	margin-right:0px;
 	margin-bottom:10px;
}
a {
 	color:#000066;
 	text-decoration: none;
	margin-top:0px;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
h1 {
 	font-size: 15pt;
 	color:#000066;
 	font-weight:bold;
 	margin-top:15px;
 	margin-left:10px;
 	margin-right:0px;
 	margin-bottom:5px;
}
.nieuw {
	font-size: 9pt;
 	color:#CC0000;
	text-align: justify;
 	margin-top:5px;
 	margin-left:10px;
 	margin-right:0px;
 	margin-bottom:10px;
}
