H1 {
  color: rgb(65, 47, 24);  
}

HR {
  color: rgb(0, 185, 0);
  height: 2pt;
}

BODY {
  color: black;
  background-color: #F6F0E4;
  margin-top: 01px;
  margin-left: 01px;
  margin-right: 01px;
  background-position: top left;
  background-repeat: repeat-y;
  scrollbar-3dlight-color: black;
  scrollbar-arrow-color: black; 
  scrollbar-base-color: rgb(187, 255, 136);
  scrollbar-darkshadow-color: black;
  scrollbar-face-color: rgb(187, 255, 136);
  scrollbar-highlight-color: white;
	scrollbar-shadow-color: rgb(201, 171, 135);
}

TD.kop {
  font-weight: bold;
  background-color: rgb(0, 185, 0);
}

TD.webdesign {
  font-size: 8px;
}

TD.email {
  border: 5px solid red
}

TD.even {
  background-color: rgb(128, 255, 128);
}

TD.oneven {
  background-color: rgb(187, 255, 136);
}

.nav {
  background-color: rgb(102, 102, 102);
}

.faqvraag {
  color: blue;
}

.faqantwoord {
}

.hotmsg {
  font-weight: bold;
  background-color: rgb(0, 185, 0);
  color: rgb(255, 255, 255);
  text-decoration: none;
}

