/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { background-color: rgb(255,255,255); background-image: url( "Images/Background.jpg" )}
 A:active { color: rgb(0,102,255)}
 A:link { color: rgb(0,0,102)}
 A:visited { color: rgb(0,102,153)}
 
