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