/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial,sans-serif; font-size: small; color: rgb(204,204,153); background-color: rgb(0,0,0);}
 A:active { color: rgb(12,62,86);}
 A:link { color: rgb(12,62,86);}
 A:hover { color: rgb(12,62,86);}
 A:visited { color: rgb(12,62,86);}
 .TextObject { font-family: Arial,sans-serif; font-size: small; color: rgb(204,204,153);}
 P { font-family: Arial,sans-serif; font-size: small; color: rgb(204,204,153);}
 
