body, html {
    height: 100%;
    overflow: hidden;
    background: #999999;
    font: bold 16px arial;
    }
.box1 {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    text-align: center;
    }
.box2 {
    position: relative;
    top: -250px;
    height: 500px;
    width: 700px;
    margin: auto;
    overflow: hidden;
    background: #cccccc;
    }
.kop {
  border-collapse: collapse;
  background-color: #666666;
  width: 696px;
}
.content {
  height: 363px;
  overflow: auto;
  text-align: left;
}
.content div {
  padding: 5px 30px;
}
.voorwaarden {
    position: absolute;
    bottom: 15px;
    width: 100%;
    font: 12px arial;
    text-align: center;
    }
td {
    font: bold 20px arial;
    }
td:hover {
    background: #999999;
    font: bold 20px arial;
    color: #0033cc;
    }
a {
    text-decoration: none;
    }
a:link {
    color: #ffffff;
    }
a:visited	{
    color: #ffffff;
    }
a:hover {
    color: #0033cc;
    }

