body {
	background-color: #330000;
	margin: 0px;
        color: white;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
body, table {
	font-size: 10pt;
	line-height: 150%;
	letter-spacing: 1px;
}
img {
	border: 0px;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: white;
}
a:hover {
	color: yellow;
}
#pagina {
	width: 100%;
	height: 100%;
}
#inhoud {
	width: 704px;
	height: 528px;
}
#achtergrond {
	background-image: url('pagina.jpg');
}
#tekst {
	width: 400px; 
	height: 320px;
	overflow: auto;
	padding-right: 5px;
	margin: 120 0 0 30px;
}