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