/* Remove unwanted items */
#reclameblok-boven, #reclameblok-onderin, #reclameblok-inline, #Header, #kolom1, #footer {
	display: none;
}

/* Format the page */
#container, #ContentMain {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; 
	margin: 0px; 
	padding: 0px;
	float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
#ContentMain h1, #ContentMain h2, #ContentMain p { color: #000 }

/* Improve colour contrast of links */
a:link, a:visited { color: #781351 }
