/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { background-color: rgb(255,255,255);}
 A:active { color: rgb(51,102,204);}
 A:link { color: rgb(153,0,0);}
 A:hover { color: rgb(255,0,0);}
 A:visited { color: rgb(102,102,102);}
 H1 { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 10pt; color: rgb(153,0,0); font-weight: bold; text-decoration: none ; line-height:150%; margin-top:0; margin-bottom:0;}
 P { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 8pt; color: rgb(51,51,51); text-decoration: none ; line-height:150%; margin-top:0; margin-bottom:0;}
 
