/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { font-size: small; color: rgb(0,0,0); font-weight: bold; text-decoration: none ;}
 A:link { font-size: small; color: rgb(0,0,0); font-weight: bold; text-decoration: none ;}
 A:visited { font-size: small; color: rgb(0,0,0); font-weight: bold; text-decoration: none ;}
 LI { list-style-image: url("./assets/images/but.gif");}
 A { font-size: small; color: rgb(0,0,0); font-weight: bold; text-decoration: none ;}
 A:hover { font-size: small; color: rgb(0,102,0); font-weight: bold; text-decoration: none ;}
 
