function verzorg_stijl(){

document.write("<style>")
document.write("A:link.a1 {text-decoration: none;color: #fffddd; cursor: hand;background:#771122}")
document.write("A:visited.a1 {text-decoration: none;color: #fffddd; cursor: hand;background:#771122}")
document.write("A:active.a1 {text-decoration: none;color: #fffddd; cursor: hand;background:#771122}")
document.write("A:hover.a1 {text-decoration: underline;color: #fffddd; cursor: hand;background:#771122}")

document.write(".tt1 {")
document.write("	position:relative;")
document.write("	top:-10;")

document.write("	background: #fffddd;")
document.write("	color: #771122;")
document.write("	font-family:'Verdana',sans-serif;")
document.write("	font-size:18pt;")
document.write("	font-weight:bold;")
document.write("	text-align:left;")
document.write("	padding:6;")
document.write("}")


document.write(".td1 {")
document.write("	position:relative;")
document.write("	background: #771122;")
document.write("	color: #fffddd;")
document.write("	font-family:'Verdana',sans-serif;")
document.write("	font-size:10pt;")
document.write("	font-weight:bold;")
document.write("	text-align:center;")

document.write("	height:150;")
document.write("	width:200;")
document.write("	padding:4;")
document.write("}")
document.write(".td1a {")
document.write("	position:relative;")
document.write("	background: #771122;")
document.write("	color: #fffddd;")
document.write("	font-family:'Verdana',sans-serif;")
document.write("	font-size:10pt;")
document.write("	font-weight:bold;")
document.write("	text-align:center;")
document.write("	height:150;")
document.write("	width:200;")
document.write("	padding:4;")
document.write("}")

document.write(".td2 {")
document.write("	position:relative;")
document.write("	background: #305086;")
document.write("	color: #fffddd;")
document.write("	font-family:'Verdana',sans-serif;")
document.write("	font-size:9pt;")
document.write("	font-weight:bold;")
document.write("	text-align:center;")
// document.write("	vertical-align:bottom;")
document.write("	height:150;")
document.write("	width:200;")
document.write("	padding:4;")
document.write("}")

document.write(".td3 {")
document.write("	position:relative;")
document.write("	background: #103066;")
document.write("	color: #fffddd;")
document.write("	font-family:'Verdana',sans-serif;")
document.write("	font-size:9pt;")
document.write("	font-weight:bold;")
document.write("	text-align:center;")
document.write("	height:158;")
document.write("	width:200;")
document.write("	padding:4;")

document.write("}")


document.write(".td4 {")
document.write("	position:relative;")
document.write("	background: #103066;")
document.write("	text-align:center;")
document.write("	color: #fffddd;")
document.write("	border-style: none;")
document.write("	font-family:'Verdana',sans-serif;")
document.write("	font-size:14pt;")

document.write("	height:50;")
document.write("	width:620;")

document.write("}")



document.write(".txt4 {")
document.write("	position:relative;")
document.write("	background: #103066;")
document.write("	color: #fffddd;")
document.write("	border-style: none;")
document.write("	font-family:'Verdana',sans-serif;")
document.write("	font-size:14pt;")
//document.write("	font-weight:bold;")
document.write("	text-align:center;")
document.write("	height:50;")
document.write("	width:620;")
document.write("	padding:8;")
document.write("}")

document.write(".td5 {")
document.write("	position:relative;")
document.write("	background: #103066;")

document.write("	text-align:center;")
if (document.all){
	document.write("	height:408;")
}
else{
	document.write("	height:410;")
}
document.write("	width:620;")
document.write("	padding:4;")
document.write("}")
document.write("</style>")

}