

@charset "UTF-8";
.hoofdkop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.broodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}
.hoofdkopblauw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #280091;
}
.tussenkop {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #280091;
	font-family: Arial, Helvetica, sans-serif;
}




a.linkblauw:link {
	color: #66CCFF;
	font-weight: bold;
	text-decoration: none;
}

a.linkblauw:hover {
	text-decoration: none;
	color: #2b0095;
}


a.linkblauw:visited {
	text-decoration: none;
	color: #66CCFF;
}

a.linkblauw:active {
	text-decoration: none;
}

