/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:link { color: rgb(153,204,0);}
 A:visited { color: rgb(102,153,102);}
 H2 { font-family: 'Arial Rounded MT Bold', sans-serif; font-size: small; color: rgb(0,0,0);}
 P { font-size: 10px; color: rgb(0,51,0); font-weight: bold;}
 A:hover { color: rgb(51,153,0);}
 
