body,td,th {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #999;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #10822B;
}
h2 {
	font-size: 18px;
	color: #10822B;
}
h3 {
	font-size: 14px;
	color: #10822B;
}

#header {
	position:absolute; left:0px; top:0px;width:960px; height:144px;z-index:1; visibility:visible;
}

#navigatiebalk {
	position:absolute; left:0px; top:144px; width:960px; height:37px; z-index:3; visibility:visible; background-color: #000;
}

#tekst {
	position:absolute;
	left:0px;
	top:183px;
	width:960px;
	height:2105px;
	z-index:2;
	visibility:visible;
	text-align: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	top: 0px;
	
}
#tekst p {
	color: #00F;
}

