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