/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { color: rgb(0,0,0); background-color: rgb(255,255,255); background-image: none;}
 A:active { color: rgb(0,51,102);}
 A:link { color: rgb(255,102,51);}
 A:visited { color: rgb(204,153,102);}
 