body { font-size: small; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a { color: blue; text-decoration: none }
a:active { color: blue; text-decoration: none }
a:hover { color: blue; text-decoration: underline }
a:link { color: blue; text-decoration: none }
a:vlink { color: blue; text-decoration: none }
#head {
  font-size: 12pt;
  font-weight: bold
}
#menu{
  top: 0px;
  height: 145px;
  background-color: #ffffff;
  position: fixed;
}
#main{
  top: 145px;
  width: 780px;
  left: 20px;
  margin-bottom: 50px;
  font-size: small; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  position: absolute;
}
#under{
  top: 100%;
  margin-top: -35px;
  background-color: #ffffff;
  position: fixed;
}

#nieuws{
  width: 680px;
  font-size: small; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.nieuws_kop{
  background-color: #6699FF;
  color: #FFFFFF;
}
#links{
  font-size: small; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regula
  border-spacing: 10px;
}


