/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { color: rgb(0,0,102); text-decoration: none ;}
 A:link { color: rgb(0,0,102); text-decoration: none ;}
 A:visited { color: rgb(0,0,102); text-decoration: none ;}
 A { color: rgb(0,0,102); text-decoration: none ;}
 A:hover { color: rgb(160,160,198); text-decoration: none ;}
 