body {
background-color:DarkMagenta;
background-image: url(images/gradient800-OR.jpg);
background-image: repeat-x;
font-size:9pt;
}
#kolom1 {
 	position: absolute;
	top: 50px;
 	left: 50px;
	width:300px;
	text-align:justify;
	background-color:ivory;
	color:maroon;
	padding:1em;
	border: solid 4px yellow;
}
#kolom2 {
 	position: absolute;
 	top: 50px;
 	left: 450px;
	width:300px;
	text-align:justify;
	background-color:ivory;
	color:maroon;
	padding:1em;
	border: solid 4px yellow;
}
#kolom3 {
 	position: absolute;
 	top: 50px;
 	left: 850px;
	width:300px;
	text-align:justify;
	background-color:ivory;
	color:maroon;
	padding:1em;
	border: solid 4px yellow;
}
#voettekst {
 	position: absolute;
	top:750px;
 	left: 850px;
	width:300px;
	padding:1em;
	text-align:right;
	background-color:none;
 }
h1 {color:DarkMagenta;}
h2{color:Violet;}
.copyright {color:blue;font-size:8pt;}