body {
  background-color: #000;
}
body, td {
  font-family: verdana;
  font-size: 0.66em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.base {
  width: 100%;
}

table.bruin {
  width: 100%;
}

table.front {
  background-color: #FFF;
  height: 610px;
  width: 970px;
}

td {
  vertical-align: top;
}

td.bruin {
  background-color: #922F15;
  color: #FFF;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  padding-right: 15px;
  text-align: right;
  vertical-align: top;
  width: 100%;
}

td.geel {
  background-color: #F7CA1B;
}

td.taal {
  background-color: #FFF;
  background-image: url("../images/front_pijl.png");
  background-position: top left;
  background-repeat: no-repeat;
  color: #922F15;
  cursor: pointer;
  font-weight: 500;
  height: 46px;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
  width: 103px;
}

td.taal a {
  color: #922F15;
  text-decoration: none;
}

td.taal a:hover, td.taal a:active {
  color: #922F15;
  text-decoration: underline;
}

td.wit {
  background-color: #FFF;
  height: 100%;
  text-align: left;
  vertical-align: top;
}
