/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { background-image: url("../assets/images/bg.gif");}
 A:active { color: rgb(255,0,0);}
 A { color: rgb(255,153,51);}
 A:hover { color: rgb(204,255,0);}
 
