/*
This stylesheet is created by Rikkert Koppes. He is like a semantics evangelist!
His advices were very valuable to the project as a whole. Thanks dude!
Check out his crib! http://www.rikkertkoppes.com
*/
/*
@page {
	margin: 0;
	padding: 0;
}
*/
html,body {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	/* text-align: justify; */
}
a {
	color: black;
	text-decoration:none;
	display: block;	
}
.noprint {
	display:none;
}
.printonly {
	display:block;
}
td {
font-size:14px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
}
.verplicht {
	color: black;
	font-weight:bold;
}

