/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { color: rgb(0,0,153); text-decoration: none ;}
 A:link { color: rgb(0,0,153); text-decoration: none ;}
 A:visited { color: rgb(0,0,153); text-decoration: none ;}
 H1 { color: rgb(0,0,102);}
 H2 { color: rgb(0,0,102);}
 P { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: x-small; color: rgb(0,0,102);}
 A { color: rgb(0,0,153); text-decoration: none ;}
 A:hover { color: rgb(255,0,0); text-decoration: none ;}
 