/* Body Style */
body background-repeat:no-repeat; background-position: top; background-color:#FFFFFD;
}
a:link { font-weight:bold; color:blue; text-decoration:none; }  /* blau */
a:visited { font-weight:bold; color:lightslategray; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:none; } /* pink */
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:deepskyblue; text-decoration:underline; }
