/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { color: rgb(0,0,0); background-color: rgb(255,255,255); background-image: url("./assets/images/background.gif");}
 A:active { font-size: small; color: rgb(0,0,0); font-weight: bold;}
 A:link { color: rgb(204,204,204); font-weight: bold;}
 A:visited { font-size: small; color: rgb(204,204,204); font-weight: bold;}
 .TextNavBar { font-size: small; color: rgb(0,0,0); font-weight: bold; background-color: transparent;}
 A:hover { font-size: small; color: rgb(0,0,0); font-weight: bold;}
 
