/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: x-small; color: rgb(48,54,32); background-image: url("./assets/images/bg_beige.jpg");}
 A:active { color: rgb(48,54,32); font-weight: bold;}
 A:link { color: rgb(48,54,32); font-weight: bold;}
 A:visited { color: rgb(48,54,32); font-weight: bold;}
 A:hover { color: rgb(255,255,204); font-weight: bold;}
 
