.hoofdtekst {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: regular;
	color: black;
}

.hoofdtekst2 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: white;
}
.links {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 7pt;
	font-weight: regular;
	color: white;
}
 
.linksenrechts {
	font-size: 9px;
	font-family: Verdana, helvetica, arial, sans-serif;
}
 .linksenrechts2 {
	font-size: 9px;
	font-family: Verdana, helvetica, arial, sans-serif;
	text-decoration: underline;
	color: red;
}
 
.tekstonder {
	font-size: 12pt;
	font-family: Verdana, helvetica, arial, sans-serif;
	color: red;
}

.starter {
	font-size: 10pt;
	font-family: Verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #0033CC;
}

p.hoofdtekst a:link,
p.hoofdtekst a:active,
p.hoofdtekst a:visited {
    font-size: 8pt;
    font-family: Verdana, helvetica, arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: red;
}
 
p.hoofdtekst a:hover {
    font-size: 8pt;
    font-family: Verdana, helvetica, arial, sans-serif;
    text-decoration: none;
    font-weight: regular;
    color: blackl;
}

a:hover {
	color: F8991D;
	text-decoration: none;
}

a:link,
a:active,
a:visited {
	color: white;
	text-decoration: underline;
}