
a:link {color: black; text-decoration:none;}
a:visited {color: black; text-decoration:none;}
a:hover {color: #9E005D; text-decoration:none;}




.titleTussen {
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.textTussen {
	font-size: 12px;
	color: black;
}

ul.lijstTussen {
	list-style-type: disc;
	font-size: 12px;
}
ul.lijstTussen li {
	text-decoration: none;
	padding-bottom: 10px;
}
ul.lijstTussen a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
}

