/*algemeen lettertype*/
font         { font-family: Tahoma; color: #993300; font-weight: bold; font-size: 10pt;}
/*Heads*/
h1           { font-family: Tahoma; color: #993300; font-size: 24pt; text-decoration: 
               underline; font-weight: bold; }
h2           { font-family: Tahoma; font-size: 18pt; color: #993300; text-decoration: 
               underline; font-weight: bold; }
h3           { font-family: Tahoma; font-size: 14pt; color: #993300; font-weight: bold; }
h4           { font-family: Tahoma; color: #993300; font-size: 12pt; font-weight: bold; }
h5           { font-family: Tahoma; font-size: 10pt; color: #993300; font-weight: bold; }
h6           { font-size: 8pt; font-family: Tahoma; color: #993300; font-weight: bold; }
/*links*/
a:link  { color: #006699; font-family: Tahoma;}
a:visited  { color: #98AAB1; font-family: Tahoma;}
a:active { color: #006699; font-family: Tahoma;}
a:hover { color: #33ccff; font-family: Tahoma;}
/*achtergrondafbeelding, scrollbar*/
body 			{ background-color: #C3F1FF; { scrollbar-face-color:#c3f1ff; scrollbar-shadow-color:face; scrollbar-highlight-color:face; scrollbar-3dlight-color:"blue"; scrollbar-darkshadow-color:"blue"; scrollbar-track-color:#c3f1ff; scrollbar-arrow-color:"blue"; font-family:Tahoma; color:#993300 }
/*Tabellen*/
table        { font-family: Tahoma; color: #993300; background-color: #E8EFF8; border: 1px ridge #0000FF; }
td           { bgcolor: #98aab1; font-family:Tahoma; color:#993300 }
/*Formulieren*/
textarea     { background-color: #e8eff8; font-family: Tahoma; color: #993300; border-style: ridge; border-color: 
               #006699 }
 input        {background-color: #e8eff8; font-family: Tahoma; color: #993300; font-weight: bold; 
               border: 1px ridge #0000FF;  }
/*Horizontale lijn*/
hr           { border: 1px ridge #0000FF; ; font-family:Tahoma; color:#993300 }
