/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { font-size: small;}
 A:active { color: rgb(255,0,0); font-weight: bold; text-decoration: none ;}
 A:link { color: rgb(51,0,255); font-weight: bold; text-decoration: none ;}
 A:visited { color: rgb(128,0,128); font-weight: bold; text-decoration: none ;}
 A { color: rgb(0,0,255); font-weight: bold; text-decoration: none ;}
 A:hover { color: rgb(255,0,0); font-weight: bold; text-decoration: none ;}
 