/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { background-image: url("../Hintergrund01.jpg");}
 A:active { color: rgb(0,51,255);}
 A:link { color: rgb(0,51,255);}
 A:hover { color: rgb(0,102,0);}
 A:visited { color: rgb(0,102,0);}
 P { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: small; font-weight: normal; font-style: normal; text-decoration: none ;}
 