/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { color: rgb(255,153,51); text-decoration: none ;}
 A:link { color: rgb(255,153,51); text-decoration: none ;}
 A:visited { color: rgb(153,102,51); text-decoration: none ;}
 P { font-size: 10pt; color: rgb(102,102,102);}
 A { text-decoration: none ;}
 A:hover { color: rgb(51,255,0); text-decoration: none ;}
 