	#container {font-family: Open Sans,verdana,sans-serif; font-size: 14px; max-width: 65.625em; margin: 0 auto;
		border: 1px solid black;
			padding: 2px;
			
			background-color: white;
			padding: 5px;}
	header {background-color: white;}
	#b {font-weight: bold;}
				
	body {width: 100%; margin: 0; padding: 0; background-color: #FFB56C ; }
	
	h3 {color: darkblue; font-style: italic; font-weight: bold;}
	h4 {color: darkblue; font-style: italic; font-weight: bold;}
	strong {font-style: italic; font-weight: normal;}
	a {text-decoration: none; font-style: normal; color: blue;}
	
	
	nav ul li {	display: inline-block;			
			margin: 4px 4px; 
			padding: 6px 3px;
		}
	nav ul {	text-align: center;		border-top: 10px solid darkblue; border-bottom :10px solid darkblue; }

	nav ul a:hover { background: linear-gradient(to bottom, white, lightgrey, white); padding: 10px;}
	
	a#huidige {	color: black; font-weight: bold; 	}

	#shadow {text-shadow: 4px 4px 8px darkblue; 
			font-size: 1.15em;}
			
	footer {
		width: 100%;
		padding: 1em 1em;
		margin-bottom: 0.5em;
		}
	footer ul {list-style-type: none; height: 100%; margin-right: 5em;	}
	footer li {float: right; display: inline-block;  		}
	
	