/* Heading styles */
H3 {
  color:blue;
  font-family: sans-serif; 
  font-size: medium;
  font-weight: bold
}
H6 {
  color:black;
  font-family: Arial, sans-serif;
  font-size: x-small;
  font-weight: bold
}



/* weergave van links */
A:link    { color: blue }
A:visited { color:  #800080 }
A:active  { colorr: #800000 }


/* Achtergrond-instellingen */
BODY { 
  background: #FFFFCC;
  background-image: url(bkg.jpg); 
  font-family: Arial, sans-serif;
  font-size: x-small;
}

TD {
  font-family: Arial, sans-serif;
  font-size: x-small;
}


/* Tabellen                                  */
/*      area           width  style color    */    
TABLE { border:        thin   none   blue;
        border-left:   thin   none  #330099;
		border-bottom: thin   none  #330099
      }

