/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; color: rgb(255,255,255); background-color: rgb(95,0,0);}
 A:active { color: rgb(255,204,0); font-weight: bold;}
 A:link { color: rgb(255,153,0); font-weight: bold;}
 A:hover { color: rgb(255,255,0); font-weight: bold;}
 A:visited { color: rgb(255,153,51); font-weight: bold;}
 .TextObject { color: rgb(255,204,102);}
 P { color: rgb(255,204,102);}
 .TextNavBar { font-family: 'Arial Narrow', 'Helvetica Condensed', Univers57, 'Zurich Cn BT', sans-serif; font-size: 9pt; text-decoration: underline;}
 