/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { background-color: rgb(252,231,165);}
 A:hover { background-color: rgb(255,255,255); background-image: none;}
 P { color: rgb(6,35,163);}
 
