body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: none;
	color: black;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans serif;
	
}
h1 {font-size: 125%;}
h2 {font-size: 110%;}
h3 {font-size: 100%;}
p {font-size: 100%;
line-height: 1.4em;
}
a:link, a:visited {
	color: #61536b;
	text-decoration: underline;
}
table#stramien {
	border-collapse: collapse;
	border-style: none;
	border-width: 0;
	width: 100%;
	height: 100%;
}
td#logo {
	background-color: white;
	background-image: none;
	width: 50%;
	height: 15%;
	color: #a29caa;
	text-align: left;	
}
td#menubalk {
	background-color: #d2ccd9;
	background-image:  none;
	width: 50%;
	color: #61536b;
	text-align: left;
		
	padding: 10px;
}
td#hoofdinhoud {
	background-color: white;
	background-image: none;
	width: 50%;
	margin: 4% 6%;
	color: black;
	
	text-align: left;
	padding: 10px;		
}
td#menubalkonder {
	background-color: #d2ccd9;
	background-image: none;
	width: 50%;
	color: #61536b;
	
	text-align: center;
	padding: 10px;
	
}
td#links {
	background-color: white;
	background-image: none;
	width: 25%;
}
td#rechts {
	background-color: white;
	background-image: none;
	width: 25%;
}	


