.TEKSTLINK {
	color: 660033;
	text-decoration: none;
}

.TEKSTLINK:hover {
	color: CC0033;
	text-decoration: underline;
}

.TEKSTLINKINTRO {
	color: FFFFFF;
	text-decoration: underline;
}

.TEKSTLINKINTRO:hover {
	color: FFCCCC;
	text-decoration: underline;
}


.HOOFDKOP {
	font-size: 14px;
	font-weight: bold;
	height: 18;
	color: 660033;
}

.TUSSENKOP {
	font-size: 12px;
	font-weight: bold;
	height: 18;
	color: 333333;
	text-decoration: underline;
}

.TEKST {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: black;
}

.INTROTEKST {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: FFFFFF;
}

