/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { background-color: rgb(255,255,255);}
 A:active { color: rgb(0,0,0); font-weight: bold; text-decoration: none ;}
 A:link { color: rgb(0,0,0); font-weight: bold; text-decoration: none ;}
 A:hover { color: rgb(255,255,255); font-weight: bold; text-decoration: none ; background-color: rgb(0,0,0);}
 A:visited { text-decoration: none ;}
 P { font-size: 10pt;}
 A { color: rgb(0,0,0); font-weight: bold; text-decoration: none ;}
 
