/*---------------------------------------------------Generic Selectors------------------------------------------------*/

body {
scrollbar-face-color: #800704;
scrollbar-highlight-color: white; 
scrollbar-shadow-color: white;
scrollbar-arrow-color: white;
scrollbar-track-color: white;
scrollbar-darkshadow-color: white;
}

table th {
  color:white;
  background:#800704;
  font-family:verdana;
  font-size:14pt;
}

h1 {
  color:white;
  font-family:verdana;
  font-size:32pt;
}

A { 
text-decoration: none; 
}

/*---------------------------------------------------Pseudo classes--------------------------------------------------*/

a:link {
  color:blue;
  font-family:arial;
  font-size:9pt;
}

a:visited {
  color:blue;
  font-family:arial;
  font-size:9pt;
}

a:hover {
  color:#800704;
  font-family:arial;
  font-size:9pt;
}

a:active {
  color:#800704;
  font-family:arial;
  font-size:9pt;
}

/*---------------------------------------------------ID's------------------------------------------------------------*/

#titeltjes {
  background:gray;
  color:white;
  font-weight:bold;
}

#titel {
  color:white;
  font-weight:bold;
  font-size:30pt;
}

#div1 {
  position:absolute;
  right:20px;
  bottom:0px;
}

#div2 {
  position:absolute;
  left:100px;
  top:100px;
}

#div3 {
  position:absolute;
  left:20px;
  bottom:20px;
  text-decoration:underline;
}
