/* CSS Document */
<!--
body {
	background-image: url(images/tlo.jpg);
	background-repeat: repeat-x;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color: #FFFFFF;
}
div#contener {
width:1000px;
}
div#tekst {
margin:10px;
margin-top:40px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
-->

