/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { color: rgb(255,255,204);}
 A:link { color: rgb(204,204,204);}
 A:visited { color: rgb(204,102,51);}
 A { font-size: small; color: rgb(204,0,0); font-weight: normal; font-style: normal; background-color: transparent; background-attachment: scroll;}
 A:hover { color: rgb(204,0,0);}
 