/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { color: rgb(255,255,255); background-color: rgb(255,255,255);}
 A:active { color: rgb(255,255,255);}
 UL { list-style-type: circle;}
 A:visited { color: rgb(0,204,0);}
 .TextObject { color: rgb(255,255,255);}
 P { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; color: rgb(0,51,51);}
 LI { color: rgb(0,52,48); list-style-type: square; border-left-style: none; border-top-style: none; border-right-style: none; border-bottom-style: none;}
 A { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; color: rgb(0,0,0);}
 A:hover { color: rgb(255,51,0);}
 
