/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { font-size: medium; color: rgb(255,255,255); font-weight: bold; background-color: transparent;}
 A:link { color: rgb(255,255,255); font-weight: normal; font-style: normal;}
 A:visited { color: rgb(255,255,255);}
 P { font-family: 'Monotype Corsiva', cursive; font-size: medium;}
 A { color: rgb(255,255,255);}
 A:hover { color: rgb(255,255,255); font-weight: bold;}
 
