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