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

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

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

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

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

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

span.midden{
  position : relative;
  top : 0px;
}
span.onder{
  position : relative;
  top : 12px;
}