/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif; background-color: rgb(255,255,255); background-image: url("./assets/images/background.gif");}
 A:active { color: rgb(255,0,0);}
 A:link { color: rgb(42,95,100);}
 A:visited { color: rgb(100,100,100);}
 .TextNavBar { font-size: x-small;}
 A:hover { color: rgb(255,0,0);}
 
