
/* Pagina titels */
H3 {
  color:       #006633; /* groen */
  font-family: tahoma, arial, helvetica; 
  font-size:   medium;
  font-weight: bold
}

/* Contact; adres */
H5 {
  color: #006633;  /* groen */
  font-family: Arial, sans-serif;
  font-size:   x-small;
}

/* Kopjes op login-pagina */
H6 {
  color: #006633;  /* groen */
  font-family: Arial, sans-serif;
  font-size:   x-small;
  text-align:  center
}


/* weergave van links */
A:link    { color: #330099 }  
A:visited { color: #660099 }  
A:active  { color: #006633 }  


/* Achtergrond-instellingen */
BODY { background:       #D2F2B5;
/*       background-image: url(bkg_lingeveld.jpg); */
	   font-family:      trebuchet ms, arial, helvetica;
       font-size:        xx-small }

	  
/* Tabellen */
TD {
  font-family: trebuchet ms, arial, helvetica;
  font-size:   small;
}

/* List items */
UL { 
  list-style-image: url(elements/nabull3.gif)
}
