/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { background-image: url("Backgroun.gif");}
 A:link { color: #A00000; text-decoration: none;}
 A:hover { color: #FF0000; text-decoration: none;}
 A:active { color: #FF0000; text-decoration: none;}
 A:visited { color: #B80000; text-decoration: none;}

