/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:visited { color: rgb(255,255,255); text-decoration: none ;}
 H1 { font-size: medium; color: rgb(0,0,0); font-weight: bold; text-decoration: none ;}
 A { color: rgb(255,255,255); text-decoration: none ;}
 A:hover { color: rgb(0,0,255); text-decoration: none ;}
 