html {
    font-family: verdana,helvetica,sans-serif;
    font-size: 9pt;
}
td {
    font-size: 9pt;
}
.datum { }
.titel {
    font-weight: bold;
    color: #ed1c24;
}
.tekst { }
.rood{
    color: #ed1c24;
}
a {
    color: #8951a0;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

div.fixedheight {
    height: 400px;
    overflow: auto;
}
img {
    border-style: none;
}


