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