/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { background-color: rgb(51,51,51);}
 A:active { font-size: 12px; color: rgb(251,50,50);}
 A:link { font-size: 12px; color: rgb(251,50,50);}
 A:visited { font-size: 12px; color: rgb(255,102,51);}
 A:hover { font-size: 12px; color: rgb(251,50,50); font-weight: bold;}
 
