/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial,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', sans-serif; font-size: 8pt;}
 