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