/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { background-color: rgb(0,0,128);}
 A:active { font-size: 12px; color: rgb(0,51,153);}
 A:link { font-size: 12px; color: rgb(0,0,128); font-weight: normal; font-style: normal;}
 A:visited { font-size: 12px; color: rgb(0,0,0);}
 A:hover { font-size: 12px; color: rgb(51,51,51);}
 
