/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { background-color: rgb(255,255,255);}
 A:active { color: rgb(204,0,0);}
 A:link { color: rgb(0,0,102);}
 A:hover { color: rgb(204,0,0);}
 A:visited { color: rgb(0,0,0);}
 H1 { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: x-large; text-transform: uppercase; color: rgb(0,102,0); font-style: italic; text-decoration: underline; font-variant: small-caps;}
 H2 { font-family: 'Comic Sans MS', Tekton, Blueprint, 'Dom Casual', 'Dom Casual BT', cursive; font-size: x-large; color: rgb(0,0,0); font-weight: bold; font-style: italic;}
 P { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: small; color: rgb(0,0,0); font-weight: normal; font-style: normal;}
 H3 { font-family: 'Comic Sans MS', Tekton, Blueprint, 'Dom Casual', 'Dom Casual BT', cursive; font-size: xx-large; font-weight: bold; font-style: italic;}
 A { color: rgb(0,0,0); font-weight: normal; font-style: normal;}
 H6 { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: 6pt; color: rgb(0,0,0);}
 