	body {
		background:#ffff99;
		color: black;
		font-family: verdana, arial;
		font-size: 90%;		
	}
	#frame {
		background: navy;
	}
	h1 {
		background: navy;
		color: #ff9;
		font-weight:800;
		font-family: arial;
		font-size: 400%;
		text-align: center;
		line-height:1.25;
		margin: 0;						
	}
	h2 {
		color: black;
	}
	h3 {
		background: navy;
		color: #ff9;
		font-weight: 100;
		font-family: tahoma, arial;
		font-size: 100%;
		text-align: right;
		margin: 0;		
	}
	ul {
		margin-top: 0em;
		margin-bottom: 0em;		
	}
	#navigatie {
		list-style: none; /* bullets weg */
		margin: 0;
		padding: 0; /* komt bij li's */
	}
	#navigatie li {		
		font-weight: 100;
		font-family: tahoma, arial;
		font-size: 100%;
		text-align: right;		
		padding:15px 10px 0px 10px;		
	}
	#navigatie td {		
		font-weight: 100;
		font-family: tahoma, arial;
		font-size: 100%;
		text-align: center;		
		padding:0px 20px 0px 20px;	
	}
	#navigatie a {
		color: #ff9;		
		text-decoration: none;		
	}	
	table {
		margin-top: 0em;
		margin-bottom: 0em;		
	}
	a.email {
		font-weight: normal;
		color: #f00;
		text-decoration: none;
	}	
	a {
		font-weight: 600;
		color: navy;
		text-decoration: none;
	}
	table.agenda {
		margin-top: 10px;
		margin-left: 10px
	}
