/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { color: rgb(189,203,219); background-color: rgb(73,119,167);}
 A:active { color: rgb(189,203,219); font-weight: bold; text-decoration: none ;}
 A:link { color: rgb(255,255,255); text-decoration: none ;}
 A:visited { color: rgb(255,255,255); text-decoration: none ;}
 A:hover { color: rgb(189,203,219); font-weight: bold; text-decoration: none ;}
 