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