/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { background-color: rgb(255,255,255); background-image: none;}
 A:active { font-size: small; color: rgb(0,0,153);}
 A:link { font-size: small; color: rgb(0,0,153);}
 A:visited { font-size: small; color: rgb(102,153,153);}
 A:hover { font-size: small; color: rgb(0,0,0);}
 
