BODY, TD {
	background: navy;
	color : beige;
	font-family :  Arial, sans-serif;
	font-size: 14px;
}

H2 {
	font-size: 14pt;
	color: #87CEFA;
}

H3 {
	font-size: 13pt;
	color: #7FFFD4;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: none;
	color: #0097f6;
}

A:Hover {
	text-decoration: underline;
	color: aqua;
}

HR {
	color: beige;
	height: 1pt;
}
table{
	 
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	padding-top : 10px;
	border : 0px;
	width: 100%;
}

td.hoofd{
	border : 0px;
	text-align : center;
	background-color : Beige;
	color: navy;
	font-weight : bold;
	width: 50%;
}

td.voet{
	border : 0px;
	font-size : 10px;
	width: 25%;
}
td{
	border : 0px;
}

td.top {
	border : 0px;
	text-align : center;
	vertical-align : middle;
	color : Beige;
	width: 33%;
	font-size : 20px;
}

th{
	color: navy;
	border: 2px;
	background-color : beige;
}