/* Hele pagina */ 
body { 
    font-family: "MS Sans Serif"; 
    font-size: 10pt; 
    color: #333333; 
} 
/* Links */
a:link { 
	font-size: 12px;
    color: #666666; 
    text-decoration: none; 
} 
a:visited { 
    font-size: 12px;
	text-decoration: none; 
    color: #666666; 
} 
a:hover { 
	font-size: 12px;
    text-decoration: none; 
    color: #7aa740; 
} 
a:active { 
	font-size: 12px;
    text-decoration: none; 
    color: #666666; 
} 
/* Topics/formulieren */ 
.blok_tabel {
	border: 1px solid #999999;
	font-size: 10pt;
} 
.blok_titel { 
    background-color: #7aa740; 
	font-weight: bold;
	color: #FFFFFF;
    padding-left: 5px; 
} 
.blok_bericht { 
    padding-left: 5px; 
    border-bottom: 1px solid #999999; 
} 
.blok_onder { 
    padding-right: 5px; 
} 
.blok_tekst { 
    padding-left: 5px;
	font-size:10px;
} 

