/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; background-color: rgb(255,255,255); background-image: url("./assets/images/background.gif");}
 A:active { color: rgb(255,0,0);}
 A:link { color: rgb(204,153,102);}
 A:visited { color: rgb(0,102,204); text-decoration: none ;}
 H1 { font-size: 18px;}
 H2 { font-size: 18px;}
 P { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 12px;}
 H3 { font-size: 16px;}
 H4 { font-size: 12px;}
 .TextNavBar { font-size: 10px;}
 H5 { font-size: 10px;}
 H6 { font-size: 9px;}
 A:hover { color: rgb(102,153,204);}
 
