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