.lijst-tabel {
font-family: Verdana;
font-size: 12px;
margin: 0px;
padding: 0px;
border-spacing: 0px;
border: 1px groove #000;
background: #fff;
background: #f0eeec;
}

.lijst-tabel td {
margin: 0px;
padding: 3px;
border-bottom: 1px groove #000;
}

.lege-tabel {
font-family: Verdana;
font-size: 12px;
margin: 0px;
padding: 0px;
border-spacing: 0px;
border: 0px groove #000;
background: #fff;
background: #111111;
}

.lege-tabel td {
margin: 0px;
padding: 3px;
border-bottom: 0px groove #000;
}

/* Body hyperlinks */
a {
text-decoration: none;
color: #cf3d43;
}


/* Body hyperlinks als je met de muis eroverheen gaat */
a:hover {
text-decoration: underline;
}