/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { 
color: rgb(0,0,51); 
background-image: url("./assets/images/Background1.gif");
background-repeat:no-repeat;
background-position:top center;
margin:0;
padding:0;
width: 100%;
display: table;
}

 A:link { color: rgb(255,102,0);}
 A:visited { color: rgb(153,0,0);}
 P { background-color: transparent;}
 .TextNavBar { background-color: transparent; background-image: none;}
 
