<style type="text/css">
<!--
/*
 StyleSheet voor website Coen
 Standard definitions 
 */

BODY  {
      
      scrollbar-arrow-color: #cc0000;
     
      }


h1 { font-family: verdana; font-size: 14pt; font-weight: normal }
h2 { font-family: verdana; font-size: 12pt; font-weight: normal}
h3 { font-family: verdana; font-size: 11pt; font-weight: normal}
h4 { font-family: verdana; font-size: 9pt; font-weight: normal }
h5 { font-family: verdana; font-size: 8pt; font-weight: normal}

/* de volgorde van styles maakt uit, eerst de font en daarna pas de grootte, kleur en dergelijke. 
 */

a:link {font-family: verdana; font-size: 9pt; color: Black ; text-decoration: none; }
a:active {font-family: verdana; font-size: 9pt; color: Red; text-decoration: none; }
a:hover {font-family: verdana; font-size: 9pt; color: Black; text-decoration: underline; }
a:visited {font-family: verdana; font-size: 9pt; text-decoration: none; }

a.zs:link {font-family: verdana; font-size: 9pt; color: Black ; text-decoration: underline; }
a.zs:active {font-family: verdana; font-size: 9pt; color: Red; text-decoration: none; }
a.zs:hover {font-family: verdana; font-size: 9pt; color: Red; text-decoration: underline; }
a.zs:visited {font-family: verdana; font-size: 9pt; text-decoration: none; }

/*
om de kleurstellingen van de scrollbar aan te passen
scrollbar-3dlight-color: #000000;
      scrollbar-arrow-color: #cc0000;
      scrollbar-base-color: #000000;
      scrollbar-darkshadow-color: #000000;
      scrollbar-face-color: #ffffcc;
      scrollbar-highlight-color: #000000;
      scrollbar-shadow-color: #000000;
*/