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