a:hover     { color: #66131E;
              text-decoration: bold}   
a:link      { color: #488B9B;
              text-decoration: underline}
a:visited   { color: #800080; 
              text-decoration: underline}
a:active    { color: #FF4242;
              text-decoration: underline}
 
                                                                                       /* bullited list */
ul li    { /* blauw driehoekje naar rechts - standaard: list-style-type: disc */
             margin: 0;                                                       /* om de margins van body te compenseren */
             list-style-position: outside; list-style-image:url('images/arrowrood.gif') }                          /* outside of inside - locatie van tekst na het bullit  */

                                                                                        
h1         { font-family: Verdana; 
             font-size: 10pt; 
             color: #66131E; 
             font-weight: bold;
             padding-top: 5;
             padding-left: 5:
             padding-right: 5;
             padding-bottom: 5;
             margin: 3 }

h2 			{font-family: Verdana;
			text-align: ;
		    font-weight: normal;
            font-size: 10pt; 
            color: #66131E; 
            padding-top: 5;
            padding-left: 5:
            padding-right: 5;
            padding-bottom: 5;
            margin: 3 }
            

h3      { font-family: Verdana; 
             font-size: 10pt; 
             color: #66131E; 
             font-weight: normal;
             vertical-align: top;
             margin: 5 }
             
h4      { font-family: Verdana; 
             font-size: 9pt; 
             color: #66131E; 
             font-weight: normal;
             vertical-align: top;
             text-align: center;
             margin: 5 }
             
.text      { font-family: Verdana; 
             font-size: 9pt; 
             color: #66131E; 
             font-weight: normal;
             vertical-align: top;
             margin: 5 }
             
.greytext      { font-family: Verdana; 
             font-size: 10pt; 
             color: #666666; 
             font-weight: normal;
             vertical-align: top;
             margin: 5 }
                               
body         { font-family: Verdana; 
             font-size: 9pt; 
             color: #66131E
             font-weight: normal;
             vertical-align: top;
             margin: 5 }

             
             
/*             background-image: url('../images/background.jpg');  */
/*             background-position: left;                        */
/*             background-repeat: repeat;                          */
/*             background-attachment: fixed }                      */
             
             
             
             
  