.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, Helvetica, sans-serif; font-size: 8pt}
.tekstVet { font-family: Arial; font-size: 10pt; font-weight: bold; color: #000000 }
