/* Tekst rood */
.rood{
	color:#FF0000;
}
/* Tekst blauw */
.blauw{
	color:#0000FF;
}
/* Tekst grijs */
.grijs{
	color:#999999;
}




