html, body {
width: 100%;
height: 100%;
overflow: auto;
margin: 0px;
background-color: #c0c0c0;
}
body, table, td, div, a, span, ul, li {
font-family: Tahoma, Verdana;
font-size: 13px;
color: black;
}
h2
{
  font-size: 17px;
  font-family: Verdana;
}

h1, h2, h3 {
  color: #7eba29;
}

h2.west, h2.zuid
{
  color: #000000;
}

p {
  margin-top: 0px;
  margin-bottom: 13px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
}


td
{
  color: #ffffff;
}
a
{
  text-decoration: none;
  color: #e30917;
}

