/* --------------------------------------------------------------------------- */
/* Generieke instellingen                                                      */
/* --------------------------------------------------------------------------- */
body {
         width: 100%;
         margin: 0px;
         padding: 0px; 
         font-size: 16px; 
         font-family: Arial, Helvetica, sans-serif;
         line-height: 1;
         background-color: whitesmoke;
         background-image: none; 
         overflow: auto;}

h1 {
         font-size: 24px;
         color: darkolivegreen;}
/* --------------------------------------------------------------------------- */
