/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; color: rgb(221,221,221); background-color: rgb(102,0,0);}
 A:active { font-size: x-small; color: rgb(197,197,197); font-weight: bold; text-decoration: none ;}
 A:link { font-size: x-small; color: rgb(255,204,102); font-weight: normal; font-style: normal; text-decoration: none ;}
 A:hover { font-size: x-small; color: rgb(255,255,187); font-weight: normal; font-style: normal; text-decoration: none ;}
 A:visited { font-size: x-small; color: rgb(255,204,102); font-weight: normal; font-style: normal; text-decoration: none ;}
 