/* Style sheet voor Kijk Nou! */


/* Hier heb je de font family voor alle tags */
BODY {
  font-family: Arial; color: rgb(104,53,0);
  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(163,90,0); }
  a:link { color: rgb(163,90,0); text-decoration: none; font-size: 12pt;}
  a:active { color: rgb(163,90,0); text-decoration: none; font-size: 12pt; }
  a:visited { color: rgb(163,90,0); text-decoration: none; font-size: 12pt; }
  a:hover { color: rgb(250,250,0); text-decoration: underline; font-style: ; font-size: 12pt;}
</STYLE> 

<STYLE TYPE="text/css">
H1		{ font-size: 14pt; font-style:italic;}
H2		{ font-size: 13pt; }
H3,P,LI,TD	{ font-size: 12pt; }
H4,PRE		{ font-size:  9pt; }
H5		{ font-size:  9pt; }
H6		{ font-size:  9pt; }
</STYLE> 



body {
scrollbar-face-color: rgb(104,53,0); 
scrollbar-shadow-color: rgb(221,177,128); 
scrollbar-highlight-color: rgb(104,53,0); 
scrollbar-3dlight-color: rgb(221,177,128); 
scrollbar-darkshadow-color:rgb(221,177,128); 
scrollbar-track-color: rgb(104,53,0); 
scrollbar-arrow-color: rgb(221,177,128);
}

