/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { background-color: rgb(255,255,255); background-image: none;}
 A:active { color: rgb(223,0,43);}
 A:link { color: rgb(223,0,43);}
 A:hover { color: rgb(223,0,43); text-decoration: overline;}
 A:visited { color: rgb(163,163,163);}
 