/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { color: rgb(51,51,51); font-weight: bold; text-decoration: none ;}
 A:link { color: rgb(51,51,51); vertical-align: baseline; text-decoration: none ;}
 A:visited { color: rgb(51,51,51); text-decoration: none ;}
 P { color: rgb(255,51,0);}
 A { color: rgb(51,51,51); text-decoration: none ;}
 A:hover { color: rgb(153,0,51); font-weight: bold; font-style: italic; text-decoration: underline;}
 