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