/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */
A:active { color: rgb(0,102,0); text-decoration: none ;}
 A:link { color: rgb(0,0,102); text-decoration: none ;}
 A:visited { color: rgb(255,0,204); text-decoration: none ;}
 A { font-family: 'Times New Roman', Times, Serif; font-size: 16px; color: rgb(0,102,0); font-weight: bold; text-decoration: none ;}
 A:hover { color: rgb(204,0,153); text-decoration: none ;}
 
