/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { font-size: 10px; color: rgb(255,255,255); background-color: rgb(0,102,153); background-image: url("./assets/images/body_bg.gif");}
 A:active { color: rgb(204,204,204); text-decoration: none ;}
 A:link { color: rgb(204,204,204); text-decoration: none ;}
 A:visited { color: rgb(255,255,255); text-decoration: none ;}
 .TextNavBar { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: x-small;}
 A:hover { color: rgb(51,153,255); text-decoration: none ;}
 