/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { font-size: x-small; color: rgb(0,0,0); font-weight: bold; text-decoration: underline;}
 A:link { font-size: x-small; color: rgb(255,255,204); font-weight: bold; text-decoration: none ;}
 A:visited { font-size: x-small; color: rgb(255,255,204); font-weight: bold; text-decoration: none ;}
 P { font-size: x-small; color: rgb(255,255,255);}
 A:hover { font-size: x-small; color: rgb(204,0,0); font-weight: bold; text-decoration: underline overline;}
 
