           
html {      margin: 0;
            padding: 0;
            }
                       
body {      background: #fff;
            border: solid 2px #458b00;
            color: #000;
            font-family: 'trebuchet ms', serif;
            font-size: 0.8em;
            line-height: 1.5em;
            margin: 0;
            min-width: 600px;
            padding: 4px;
            }
            
h1 {        background-color: #458b00;
            color: #fff;
            content: 'HENK VIJVER';
            font-size: 220%;
            font-family: arial, sans-serif;
            font-weight: normal;
            letter-spacing: 0.1em;
            line-height: 1.2em;
            margin: 0;
            padding: 0;
            text-align: center;
            }
                                           
h2 {        clear: both;
            color: #458b00;
            font-family: arial, sans-serif;
            font-size: 150%;
            font-weight: normal;
            margin: 1em 0 0.5em 0;
            }
            
#navigatie {font-family: arial, sans-serif;
            list-style-type: none;
            margin: 0 0 1em 0;
            padding: 0;
            }
            
#navigatie li {           
            background-color: #50920f;
            display: block;
            margin: 0;
            padding: 0 0 0 16px;
            text-indent: 8px;
            }    
            
#navigatie li+li { background-color: #5c991f; border-top: solid 1px #ddd;}
#navigatie li+li+li { background-color: #67a02f; }
#navigatie li+li+li+li { background-color: #73a83f; }
#navigatie li+li+li+li+li { background-color: #7Faf4f; }
#navigatie li+li+li+li+li+li { background-color: #8ab65f; }
#navigatie li+li+li+li+li+li+li { background-color: #96bd6f; } 
            
#navigatie li a {
            background-color: #fff;  
            color: #000;
            display: block;
            text-decoration: none;  
            }
            
#navigatie li a:hover {
            font-weight: bold;
            text-indent: 16px;
            }

p {         margin: 0 0 1.5em 0;
            }

#footer {   border-top: solid 1px #458b00;
            font-size: 90%;
            margin: 0;
            }
          
ul, ol {    margin: -1.5em 0 1.5em 140px;
            padding: 0;
            }        
            
li {        margin-left: 2em;
            }            
            
a, a:link { color: #cd3333;
            text-decoration: underline;
            }
            
a:hover {   text-decoration: none;
            }
            
a:visited { text-decoration: line-through;
            }

.separator {font-size: 200%;
            margin: 0.5em 0; 
            text-align: center;
            }
            
label {     color: #458b00;
            display: block;
            }
            
img {       background: transparent;
            border: none;
            max-width: 100%;
            }

cite {      font-style: italic;
            }
            
cite em {   font-style: normal;
            }
