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