body, tr, td
  {  font-family: Arial, sans-serif;
     font-size: 12px;
     line-height: 1.8em;
     color: #FFFFFF;
  }

a
  {  color: #CCCCCC;
  }

a:hover
  {  color: #858A79;
  }

.cel-uitleg
  {  color: #CCCCCC;
     font-style: italic;
  }

.kop
  {  background-color: #BF7326;
     font-weight: bold;
  }

.voet
  {  background-color: #BF7326;
  }

.rij0
  {  background-color: #111111;
  }

.rij1
  {  background-color: #222222;
  }

.kop1, h1
  {  font-weight: bold;
     font-size: 20px;
     color: #FF9933;
  }

.kop2, h2
  {  font-weight: bold;
     font-size: 18px;
     color: #FF8800;
  }
 
.voettekst
  {  color: #FFFFFF;
     font-size: 11px;
     text-decoration: none;
  }

.voettekst:hover
  {  text-decoration: underline;
     color: #FFFFFF;
  }

a.menu, a.menu:visited
  {  color: #BFBFBF;
     font-size: 11px;
     display: block;
     height: 20px;
     padding-left: 10px;
     text-decoration: none;
     border-bottom: 1px #252525 solid;
  }
 
a.menu:hover
  {  border-bottom: 1px #FF8800 solid;
     color: #FFFFFF;
  }