/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { color: rgb(0,0,0);}
 A:active { color: rgb(0,255,0); text-decoration: none ;}
 A:link { color: rgb(255,255,0);}
 A:visited { color: rgb(255,0,0);}
 A { color: rgb(0,255,0); text-decoration: none ;}
 .TextNavBar { text-decoration: none ;}
 A:hover { color: rgb(102,0,255); text-decoration: none ;}
 
