body         { margin: 0;
               padding: 0;
               font-family: 'Book Antiqua', 'Times New Roman', Times; 
               color: black;
               width: 600px;
               background-image: url('../images/exptextb.jpg');
             }
#kop         {
             color: #ff6666;
             font-size: 24px;
             text-align: center;
             }
#navigatie   {
             text-align: center;
             }
#navigatie ul{
             width: 100%;
             padding: 0;
             margin: 0;
             white-space: no-wrap;
             }
#navigatie ul li{
             display: inline;
}
#navigatie ul li a{
             padding-left: 1em;
             padding-right: 1em;
             font-size: 12px;
             font-family: Arial, Helvetica, sans-serif;
             text-decoration: none;
             }
#navigatie ul li a:hover{
             color: #999999;
             }
#inhoud      {
             padding-left: 100px;
             }
#footer      {
             clear: both;
             padding-bottom: 1em;
             padding-left: 100px;
             }
h1           { font-size: 24pt; 
               text-align: center }
h2           { font-size: 18pt }
h3           { font-size: 14pt }
h4           { font-size: 12pt }
h5           { font-size: 10pt }
h6           { font-size: 8pt }

