/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; background-color: rgb(255,255,255);}
 A:active { color: rgb(0,0,0); font-weight: bold;}
 A:link { color: rgb(0,0,0); font-weight: bold;}
 UL { list-style-type: square;}
 A:hover { color: rgb(0,0,0);}
 A:visited { color: rgb(0,0,0);}
 .TextObject { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;}
 H1 { font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; font-size: small;}
 P { font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; font-size: x-small;}
 .TextNavBar { text-decoration: none ;}
 