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