/* CSS Document */

a { color: #000000; font-family: Verdana, Arial, Helvetica; text-decoration: none; }
body, table, tr, td, .button { font-family: Verdana, Arial, Helvetica; font-size: 9pt; }
/* ------------------- blauw ------------------ */
.blauw{ background-color: #DFE4F7; color: #000000; }
#blauw a:hover { color: #DFE4F7; text-decoration: underline; }
#blauw { color: #DFE4F7; }
/* ------------------- roze ------------------ */
.roze{ background-color: #F8E7EF; color: #000000; }
#roze a:hover { color:#F8E7EF; text-decoration: underline; }
/* ------------------- groene ------------------ */
.groen{ background-color: #E4EEE5; color: #000000; }
#groen a:hover{ color: #E4EEE5; text-decoration: underline; }
/* ------------------- oranje ------------------ */
.oranje{ background-color: #FEEBDC; color: #000000; }
#oranje a:hover{ color: #FEEBDC; text-decoration: underline; }
/* ------------------- paars ------------------ */
.paars{ background-color: #F2E6FA; color: #000000; }
#paars a:hover{ color: #F2E6FA; text-decoration: underline; }
/* ------------------- geel ------------------ */
.geel{ background-color: #FFF4D1; color: #000000; }
#geel a:hover{ color: #FFF4D1; text-decoration: underline; }


