/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { background-color: rgb(255,254,240);}
 A:active { color: rgb(128,0,0);}
 A:link { color: rgb(128,0,0);}
 UL { color: rgb(99,15,15); background-color: rgb(255,255,255);}
 A:visited { color: rgb(128,0,0);}
 H2 { color: rgb(0,0,0); background-color: rgb(99,15,15);}
 LI { background-color: rgb(255,255,255);}
 .TextNavBar { background-color: rgb(99,15,15);}
 A:hover { color: rgb(0,128,0);}
 
