a:link.afrikaans {
	text-decoration: none;
	border-bottom: thin dotted #00ffff;
}
 
a:hover.afrikaans {
	color: #ffffff;
	text-decoration: none;
}

a:link.engels {
	text-decoration: none;
	border-bottom: thin dotted #ff0000;
}
 
a:hover.engels {
	color: #ffffff;
	text-decoration: none;
}