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