/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial,sans-serif; color: rgb(153,204,255); background-image: url("../Background.jpg");}
 A:active { color: rgb(255,255,153);}
 A:link { color: rgb(255,255,255);}
 A:hover { color: rgb(255,255,204);}
 A:visited { color: rgb(153,204,255);}
 .TextObject { font-family: Arial,sans-serif; color: rgb(153,204,255);}
 P { font-family: Arial,sans-serif; color: rgb(153,204,255);}
 