/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { color: rgb(255,255,255); text-decoration: underline;}
 A:link { color: rgb(255,255,255);}
 A:visited { color: rgb(255,255,255); text-decoration: underline;}
 H1 { font-family: Papyrus,cursive; font-size: small; font-weight: bold;}
 P { font-family: 'Times New Roman', Times, Serif, serif; font-size: small; clear: none; border-left-style: none; border-top-style: none; border-right-style: none; border-bottom-style: none;}
 A { color: rgb(255,255,255);}
 A:hover { color: rgb(255,255,255); text-decoration: none ;}
 
