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