body {
  background-color: white;
  color: black;
  font-family:  ambrosia, technical,verdana, arial, helvetica, sans-serif; 
  font-size: 24px;
  }
  
td {
  background-color: white;  
  color: black;
  font-family:  technical, verdana, arial, helvetica, sans-serif; 
  font-size: 16px;
  }

#bold {
   font-weight: bold;
     font-size: 16px;
   }

.whitetext {
  color: black;
    font-size: 16px;
  }
  
.black {
  background-color: white;
    color: black;
      font-size: 16px;  }
  
.border {
  border: 1px solid #ffffff;
  }
  
.orange {
  background-color: #CC0099;
    font-size: 16px;
  }
  
.input {
  border: 1px solid #000000;
  }

/* LINKS */
/* a:link en a:visited moeten voor a:hover en a:active komen
   anders werkt de underline-functie niet */
a:link, a:visited  {
  font-family:  technical, verdana, arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #800080;
  text-decoration: none;
  }
  
a:hover, a:active {
  font-family:  technical, verdana, arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #800080;
  text-decoration: underline;
  }

/* LINKS VOOR BESTELBUTTON */
/* a:link en a:visited moeten voor a:hover en a:active komen
   anders werkt de underline-functie niet */
a.bestel:link, a.bestel:visited  {  
  text-decoration: none;
  }
  
a.bestel:hover, a.bestel:active {  
  text-decoration: underline;
  background-color: #CC0099;
  }


/* LINKS VOOR SLUITBUTTON */
/* a:link en a:visited moeten voor a:hover en a:active komen
   anders werkt de underline-functie niet */
a.sluit:link, a.bestel:visited  {  
  text-decoration: none;
  }
  
a.sluit:hover, a.bestel:active {  
  text-decoration: underline;
  background-color: #CC0099;
  }