/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { color: rgb(255,255,255); background-color: rgb(0,0,0);}
 A:link { color: rgb(0,255,255);}
 A:visited { color: rgb(0,128,255);}
 P { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: 10pt; color: rgb(255,255,255); font-weight: normal; font-style: normal; text-decoration: none ;}
 