/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { color: rgb(150,150,150); text-decoration: none ;}
 A:link { color: rgb(150,150,150); text-decoration: none ;}
 A:visited { color: rgb(150,150,150);}
 P { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 12px;}
 A { color: rgb(150,150,150); text-decoration: none ;}
 A:hover { color: rgb(255,153,0); text-decoration: underline;}
 