.tekstNormaal {
  font-family: Arial; 
  font-size: 10pt; 
  font-weight: normal; 
  color: #000000
  }

A {  
  font-family: Arial; 
  font-size: 10pt;
  font-weight: normal; 
  color: #CC0066;
  text-decoration : none
  }

A:Hover {  
  font-family: Arial; 
  font-size: 10pt;
  font-weight: normal; 
  color: #CC0066;
  text-decoration : underline
  }
.tekstklein {  font-family: Arial; font-size: 7pt}
.tekstVet { font-family: Arial; font-size: 10pt; font-weight: bold; color: #000000 }
.tekstTabel {
	font-family: Arial;
	font-size: 9pt;

}
.tekstTabelWit {

	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
}
