/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { background-image: url("./assets/images/background.gif");}
 A:active { color: rgb(1,122,72);}
 A:link { color: rgb(0,0,0); text-decoration: none ;}
 A:visited { color: rgb(0,0,0);}
 A:hover { color: rgb(1,122,72);}
 