body { /* de stijlen voor het hele document */
	font-family: "Trebuchet MS", "arial narrow", "Arial";
	text-align: center;
	background-color: #F2F2D9;
					}

.kop { 
	color: #E18327;
	border-top: dashed;
	border-bottom: dashed;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
 }

	
table {
	border: dotted;
	border-color: #A4A3BE;
	margin: auto;
	
	
	 }

img#foto { 
	border: 0px;
	width: 200px;
	height: 150px;
			
 } 
 

a:link, a:visited{
color: #B0B876;
text-decoration: none;
background: transparent;
font-weight: bold;
}

a:hover, a:active{
color: #FFFFFF;
text-decoration: none;
background: #CCCCCC;
}
