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