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