.tabel{
                background: black;
}

div.tekst {
	width: 250px;
}

.rubriek_header{
    background: #ffffdf;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 16px;
	text-decoration: none;
    color: #000000;
	padding-top:10px;
	padding-bottom:8px;	
}

.catergorie_footer{
    background: #cc99ff;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 16px;
	text-decoration: none;
    color: #000099;
	height:5px;

}

.rubriek_body{
                background: #ffffff; 
			}
			
.catergorie_blokmidden{
                background: #ffffff; 
			}

table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: bold;
	font-variant: normal;
	color: blue;
	text-decoration: none;
}

A { color: blue; 
text-decoration: none;
font-style: bold;
}

A:hover {
  color: black;
  text-decoration: underline;
}

H3 {
	MARGIN: 0px; FONT: bold 16px Arial, Helvetica, sans-serif;
}