/* Style sheet voor DTG, alle paginas m.u.v. main */


/* Hier heb je de font family voor alle tags */
BODY {
  font-family: Comic Sans MS; color: rgb(230,230,230);
  font-style: normal;
}

/* geen marges tenzij elders aangegeven */
BODY {
  margin-top:15;
  margin-bottom:1;
  margin-left:25;
  margin-right:15;
}

/* Hyperlinks, met hoover eigenschappen */
<STYLE TYPE="text/css">
  a:text {color: rgb(142,143,147); }
  a:link { color: rgb(192,193,197); text-decoration: none; font-size: 12pt;}
  a:active { color: rgb(192,193,197); text-decoration: none; font-size: 12pt; }
  a:visited { color: rgb(192,193,197); text-decoration: none; font-size: 12pt; }
  a:hover { color: rgb(250,250,0); text-decoration: underline; font-style: italic; font-size: 12pt;}
</STYLE> 


H1		{ font-size: 13pt; }
H2		{ font-size: 12pt; }
H3,P,LI,TD	{ font-size: 11pt; }
H4,PRE		{ font-size:  9pt; }
H5		{ font-size:  9pt; }
H6		{ font-size:  9pt; }


.tuesubkop { font-size: 14pt; font-weight: normal }

/* De bovenste kop */
.tuetitel {
  font-family: 'MetaMedium LF roman', Scala, Arial, Verdana, Helvetica, Sans-serif;
  /* font-face: Meta; */
  font-size: 24pt;
  /* font-weight: bold; */
  /* font-style:  italic;*/
}

body {
scrollbar-face-color: rgb(0,116,177); 
scrollbar-shadow-color: rgb(192,193,197); 
scrollbar-highlight-color: rgb(192,193,197); 
scrollbar-3dlight-color: rgb(0,116,177); 
scrollbar-darkshadow-color:rgb(0,116,177); 
scrollbar-track-color: rgb(0,116,177); 
scrollbar-arrow-color: rgb(192,193,197);
}

