BODY {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin: 5px;
	padding: 5px;
}

.titel {
	font-size: 20px;
	font-weight: bold;
	color: #05338D;
}

.inhoud {
	font-size: 11px;
	font-weight: bold;
	color: #A9A9A9;
}

.titel_black {
	font-size: 20px;
	font-weight: bold;
	color: black;
}

.inhoud_black {
	font-size: 11px;
	font-weight: bold;
	color: black;
}

.titelsmall {
	font-size: 15px;
	font-weight: bold;
	color: #05338D;
}

.inhoudsmall {
	font-size: 11px;
	font-weight: bold;
	color: #A9A9A9;
}

.inhoudsmall_black {
	font-size: 11px;
	font-weight: bold;
	color: black;
}
