		
			body{
					background-color: #ffffcc;
					font-family: Arial, Helvetica, sans-serif;
			}
											
			h1{
					color: #0d5b43;
					font-size: 14px;
					font-family: Arial, Helvetica, sans-serif;
			}
			
			.header{
					background-color: #FFFFCC;
					background-repeat: no-repeat;
			}
			
			.onderkant{
					background-image: url(images/onderkant.jpg);
					background-repeat: no-repeat;
			} 
						
			#navigatie {
				vertical-align: bottom;
				margin-left: 35px;
				margin-top: 160px;
			}			
			
			#navigatie a:link{
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					color: #0d5b43;
					text-decoration: none;
					font-size: 12px;
			}
			
			#navigatie a:visited{
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					color: #0d5b43;
					text-decoration: none;
					font-size: 12px;
			}
			
			#navigatie a:hover{
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					color: #ffffff;
					text-decoration: none;
					font-size: 12px;
			}
			
			#navigatie a:active{
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					color: #ffffff;
					text-decoration: none;
					font-size: 12px;
			}

