body {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}

h2 {
  font-size: 18px;
  color: #000000;
}
h3 {
  font-size: 15px;
  color: #000000;
}
td {
  font-size: 12px;
  color: #000000;
}

a {
  text-decoration: underline;
  font-size: 12px;
  color:#0066CC; }
a:hover {
  text-decoration: underline;
  font-size: 12px;
  color:#0099FF;
}

/*menu*/
a.menu {
  text-decoration: none;
  font-size: 12px;
  color:#FFFFFF;
}
a.menu:hover {
  text-decoration: underline;
  font-size: 12px;
  color:#FFFFFF;
}

/*menutwee*/
a.menutwee {
  text-decoration: none;
  font-size: 12px;
  color:#999999;
}
a.menutwee:hover {
  text-decoration: underline;
  font-size: 12px;
  color:#999999;
}

/*nieuws*/
a.nieuws {
  text-decoration: underline;
  font-size: 10px;
  color:#000099;
}
a.nieuws:hover {
  text-decoration: underline;
  font-size: 10px;
  color:#0066CC;
}

