/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { background-color: rgb(255,255,255);}
 A:active { color: rgb(0,0,0); text-decoration: underline;}
 A:link { color: rgb(0,0,0); text-decoration: underline;}
 UL { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small; font-weight: normal; font-style: normal; list-style-type: square;}
 A:hover { color: rgb(204,0,0); text-decoration: underline;}
 A:visited { color: rgb(0,0,0); text-decoration: underline;}
 .TextObject { padding: 0pt 20px;}
 H1 { font-family: 'Times New Roman', Times, 'Times NewRoman', serif; font-size: xx-large; text-transform: uppercase; font-weight: bold; font-variant: small-caps;}
 H2 { font-family: 'Times New Roman', Times, 'Times NewRoman', serif; font-size: x-large; text-transform: capitalize; font-weight: bold; font-variant: small-caps;}
 H3 { font-family: 'Times New Roman', Times, 'Times NewRoman', serif; font-size: large; font-weight: bold;}
 OL { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-small; font-weight: normal; font-style: normal; list-style-type: upper-roman;}
 