/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */
A:active { font-size: 14px; color: rgb(0,0,255);}
 A:link { font-size: 14px; color: rgb(0,0,255);}
 A:visited { font-size: 14px; color: rgb(0,0,128);}
 A { font-size: 14px; color: rgb(0,0,255);}
 A:hover { font-size: 14px; color: rgb(255,0,0); font-weight: bold;}
 