/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { color: rgb(102,0,0); text-decoration: none ;}
 A:link { color: rgb(102,0,0); text-decoration: none ;}
 A:visited { color: rgb(102,0,0); text-decoration: none ;}
 H1 { color: rgb(255,255,255);}
 P { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: x-small; color: rgb(255,255,255);}
 LI { color: rgb(255,255,255); text-decoration: none ;}
 A { color: rgb(102,0,0); text-decoration: none ;}
 A:hover { color: rgb(0,51,102); text-decoration: none ;}
 
