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