/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { background-color: rgb(255,255,255);}
 A:active { color: rgb(0,0,153);}
 A:link { color: rgb(0,0,153);}
 A:hover { color: rgb(0,0,0);}
 A:visited { color: rgb(102,153,153);}
 H1 { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: medium; font-weight: bold;}
 H2 { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: large; font-weight: bold; text-decoration: underline;}
 P { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: small; font-weight: normal; font-style: normal;}
 A { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; color: rgb(0,0,255);}
 
