/* CSS Document */
/* Hierin komen de stylen die in de editor gebruikt kunnen worden. In de website css moeten deze stijlen uiteraard ook beschikbaar zijn!) */
body {
    font-size:11px;
    line-height: 16px;
    color: #686869;
    font-family: Verdana, Sans-Serif;     
    }
a {
    color: #b0b0b0;
    text-decoration:none;
}
p {
    margin-top:10px;
    margin-bottom:10px;
}
 
 
 
/* stylen voor in de editor (ook in standaard css gebruiken) */   
.subkop {
 font-weight:bold;
}
.kop {
 font-weight:bold;
 color:#294372;
}

