/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial,sans-serif; color: rgb(153,204,255); background-image: url("./Background.gif");}
 A:active { font-family: 'Kabel Bk BT', sans-serif; font-size: small; color: rgb(255,255,153);}
 A:link { font-family: 'Kabel Bk BT', sans-serif; font-size: small; color: rgb(255,255,255);}
 A:hover { font-family: 'Kabel Bk BT', sans-serif; font-size: small; color: rgb(255,255,204);}
 A:visited { font-family: 'Kabel Bk BT', sans-serif; font-size: small; color: rgb(204,51,51);}
 .TextObject { font-family: Arial,sans-serif; color: rgb(153,204,255);}
 P { font-family: Arial,sans-serif; color: rgb(153,204,255);}
 .TextNavBar { font-family: 'Kabel Bk BT', sans-serif; font-size: small; text-decoration: none ; background-color: transparent; background-image: none;}
 
