html,body {
color: black; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; background-color: white; background-image: url(../images/bg_tafelberg.jpg);
margin: 0px 0px 0px 0px;
height: 100%;
}
.table{
width:100%;
height: 100%;
table-layout: fixed;
}

p {}
td {}
a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }

