html,body {
margin:0;
padding:0;
}
body {
	background: #000000;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: normal;
}


#containerbody {
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

			/*BANNER PROPERTIES*/
#banner {
	width:760px;
	height:142px;
	background-image: url(images/banner1.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	float: left;
}
#voorblad {
	font-family: Arial, Helvetica, sans-serif;
}
#voorblad a{
	color: #666666;
	text-decoration: none;
	font-size: 34px;
	font-weight: bolder;
}
#voorblad a:hover{
	color: #FF9933;
}
#voorblad img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
