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