body {
  /*background:white;*/
  background:black;
  font-family:Arial,sans-serif;
  /*font-size:6pt; geen effect  */
  /*font-size: 0.8em; */
  font-size:14px;
  font-weight:bold;
  color:black; 
  margin: 0; 
  padding : 0; 
  height : 100%;
  }
  
A:link { background : none repeat; color :white; text-decoration : none;}
A:active { background : none repeat; color :white; text-decoration : none;}
A:visited { background : none repeat; color :white; text-decoration : none;}
A:hover { background : none repeat; color :white; text-decoration : none;}

A.litlink:link { background : none repeat; color :red; text-decoration : none;}
A.litlink:active { background : none repeat; color :red; text-decoration : none;}
A.litlink:visited { background : none repeat; color :red; text-decoration : none;}
A.litlink:hover { background : none repeat; color :black; text-decoration : underline;}

