/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { background-image: url("./background.gif");}
 A:active { color: rgb(255,0,0); text-decoration: none ;}
 A:link { color: rgb(255,0,0); text-decoration: none ;}
 A:visited { color: rgb(255,0,0); text-decoration: none ;}
 P { text-decoration: none ; border-left-style: none; border-top-style: none; border-right-style: none; border-bottom-style: none;}
 A { color: rgb(255,0,0); text-decoration: none ;}
 A:hover { color: rgb(0,0,0); text-decoration: none ;}
 
