/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { 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(51,51,51);}
 A:visited { text-decoration: none ;}
 P { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: 10pt;}
 A { color: rgb(0,0,0); font-weight: bold; text-decoration: none ;}
 