/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { font-size: x-small; color: rgb(0,0,51); font-weight: bold;}
 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(0,0,0); font-weight: bold; text-decoration: underline;}
 P { font-size: x-small; color: rgb(255,255,255); font-weight: bold;}
 A:hover { font-size: x-small; color: rgb(255,0,0); font-weight: bold; text-decoration: underline overline;}
 
