/*
   bestand : wetgeving.css
   datum   : 2002-juli-18
*/

body{
   background-color : #E5E5D5;
   color : #0200A0;
   font-family : helvetica, arial;
}

a:link {
  font-weight : bold;
  font-size : 12px;
  color : #0200A0;
  text-decoration: none;
}

a:active {
  font-weight: bold;
  font-size : 12px;
  color: #0200A0;
  text-decoration: none;
}  

a:visited {
  font-weight: bold;
  font-size : 12 px;
  color : #00000;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  font-size : 12px;
  color : #0200A0;
  background-color : #DDDDDD;
  text-decoration: none;
}

#mainnav{
  position : relative;
  width : 100%;
  height : 20 px;
  top : 0px;
}

#keuze{
  position : relative;
  width : 100%;
  height : 20px;
  top : 0px;
}

#lichaam{
  position : relative;
  width : 100%;
  height : 100%;
  top : 5px;
  background-color : #CCFFFF;
}
