/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { background-image: url("../background.gif"); background-repeat: repeat-x; background-attachment: fixed;}
 UL { list-style-image: url("./assets/images/bullet.gif");}
 A { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 12pt; color: rgb(255,51,51); font-weight: normal; font-style: normal; vertical-align: baseline; text-decoration: none ; font-variant: normal; clear: none; background-color: transparent; background-image: none; background-repeat: no-repeat;}
 
