/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial,sans-serif; color: rgb(0,0,153); background-color: rgb(255,255,255);}
 A:active { font-size: xx-small; color: rgb(255,255,0);}
 A:link { font-size: xx-small; color: rgb(0,0,153); text-decoration: none ;}
 A:hover { font-size: xx-small; color: rgb(0,153,102);}
 A:visited { font-size: xx-small; color: rgb(255,255,255); text-decoration: none ;}
 