/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { color: rgb(255,255,153);}
 A:link { color: rgb(255,255,102);}
 A:visited { color: rgb(255,255,51);}
 A { color: rgb(255,255,255);}
 A:hover { color: rgb(255,255,204);}
 