body {
	background-color: #0099FF;
	color: Black;
	font-family: comic sans ms;
	font-size: 10pt;
	margin-left: 10;
	margin-top: 10;
	margin-right: 10;
}

h1 {
	font-size : 11pt;
	font-weight : bolder;
}


th 	{
	color: white;
	background-color: #0045E0;
	font-size: 13pt;
	font-weight: normal;
}

td {
	color : Black;
   background-color:	white;
	font-family : comic sans ms;
	font-size : 10pt;
}

.achtergrondkleur {
	background-color: #0099FF;
	color: Black;
}
#leftcontent {
 	position: absolute;
  	width:50%;
	margin-right : 10;
}

#rightcontent {
  	position: absolute;
  	right:10px;
  	width:50%;
	margin-right : 10;

}

}
