/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { color: rgb(60,60,60);}
 A:link { color: rgb(60,60,60);}
 A:visited { color: rgb(60,60,60);}
 A { color: rgb(60,60,60);}
 A:hover { color: rgb(160,160,164);}
 