/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial,sans-serif; background-image: url("./Image/HIGRU1.GIF");}
 A { color: rgb(51,102,255);}
 A.hallo{ color: rgb(51,102,255); text-decoration:none;}
 A:link { color: rgb(51,102,255);}
 A:active { color: rgb(255,153,51);}
 A:visited { color: rgb(51,102,255);}
 A:hover { color: rgb(255,153,51);}
 
 