table.lijst {
width: '70%';
}
table.lijst tr.kleur1 {
background-color:#DFF;
}
table.lijst tr.kleur2 {
background-color:#EEE;
}
table.lijst tr td {
font-size: 12pt;
line-height: 14pt;
padding: 5px;
}
div.klein {
font-size: 9pt;
color: gray;
}