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