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