BODY { 
  background-color: #FFFFFF;
} 
       
A {
  text-decoration: none;
  color: #000000;
  cursor: hand;
}

A:Hover {
  text-decoration: underline;
  color: #000000;
  cursor: hand;
}

/* 'normale' tekst, bij biography, contact, aboutus etc.*/
.leestekst { 
  font-family: Verdana, Helvetica, Arial;
  font-size: 10px;  
  color: #000000; 
  letter-spacing: -0.03ems;
  line-height: 13px;
  cursor: arrow;  
}

/* begeleidende tekst bij stills, filmpjes e.d. */
.info {
  font-family: Verdana, Helvetica, Arial;
  font-size: 9px;  
  color: #666666; 
  letter-spacing: 0px;
  line-height: 12px;
  cursor: arrow;
}

/* begeleidende tekst bij films --> projectfoto's */
.fototekst {
  font-family: Verdana, Helvetica, Arial;
  font-size: 9px;  
  color: #000000; 
  letter-spacing: 0px;
  line-height: 12px;
  cursor: arrow;
}


/* tekst op contact-pagina over copyrights */ 
.rechttekst {
  font-family: arial, verdana, helvetica;
  font-size: 10px;
  color: #999999;
  letter-spacing: 0.25px;
  line-height: 12px;
  cursor: arrow; 
}  
  
/* projectnaam+genre+jaartal in overzicht van alle projecten */  
.project {
  font-family: verdana, arial, helvetica;
  font-size: 9px;
  color: #666666;
  letter-spacing: -0.02ems;
  line-height: 17px;
  cursor: arrow; 
} 

/* als projectnaam en genre/jaartal niet op een regel passen, moet het krapper */
.projectkrap {
  font-family: verdana, arial, helvetica;
  font-size: 9px;
  letter-spacing: -0.08ems;
  line-height: 17px;
  cursor: arrow; 
}

