/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { color: rgb(0,0,0); background-color: rgb(255,255,255); background-image: url("./assets/images/background_alt.gif");}
 A:active { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: xx-small; color: rgb(102,0,0); text-decoration: underline;}
 A:link { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: xx-small; color: rgb(102,153,153); text-decoration: none ;}
 A:visited { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: xx-small; color: rgb(102,153,153); text-decoration: none ;}
 A:hover { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: xx-small; color: rgb(102,0,0); text-decoration: underline;}
 
