/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { color: rgb(0,0,0); background-color: rgb(238,238,238);}
 A:active { color: rgb(0,0,255);}
 A:link { color: rgb(0,0,255);}
 A:visited { color: rgb(153,0,204);}
 A:hover { color: rgb(255,255,255);}
 