/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { font-family: '@Arial Unicode MS', sans-serif; color: rgb(0,0,0); background-color: rgb(255,204,0); background-image: url("../assets/images/background_body.gif");}
 A:active { color: rgb(255,255,255); text-decoration: none ; background-color: rgb(255,102,0);}
 A:link { color: rgb(102,0,51); text-decoration: none ;}
 A:visited { color: rgb(153,0,0); text-decoration: none ;}
 A:hover { font-family: '@Arial Unicode MS', sans-serif; color: rgb(255,255,0); text-decoration: none ; background-color: rgb(255,102,51);}
 