/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { background-color: rgb(102,102,102); background-image: none;}
 A:active { color: rgb(255,255,255); text-decoration: none ;}
 A:link { color: rgb(255,255,255); text-decoration: underline;}
 A:visited { color: rgb(255,255,255); text-decoration: none ;}
 .TextNavBar { font-size: 12px; color: rgb(0,0,0); font-weight: bold;}
 A:hover { color: rgb(0,0,0); text-decoration: none ;}
 
