/* algemene stylesheet */
body {
     color: #000000;
     font-family : Arial, Verdana, Helvetica;
     font-size : 10pt;
     background-color : #FFFFFF;
}
P, TD, TH, DIV { 
     font-size : 10pt; 
}
:link {
     color : #0000FF;
     text-decoration : underline;
}
a:visited {
      color : #FF0000;
      text-decoration : underline;
}
a:hover {
      text-decoration: underline;
      border-width: 1px;
      color: #FF00FF;
}
a:active {
      color : #f00;
      text-decoration : none;
}