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