/* Print Style Sheet */
@media print {
body {
	background:white;
	color:black;
	margin:0;
	}
}
#mainContent {
	display:block;
	margin-left:0;
	float:none;
	width:auto;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}
#header, #comments, #sidebar1, #sidebar2, #navigation, #footer, #voettekst, #headerimg, #topnav, #nav {
display:none
}
