/* AANVULLENDE CSS STYLES;
IN DE MEESTE GEVALLEN ONDERDEEL (KLEUR) AFHANKELIJK */

a, .select {
	color: #941680;
	text-decoration: none;
}

a:hover {
	color: #941680;
	text-decoration: underline;
}


