/* Randabstand und Hintergrundfarbe */
body {margin:0px; background-color:#FFFFFF;}

/* Schriftart, Schriftstil */
hr,p,td {font-face:Verdana;}

/* Link-Farbe von Links */
A:link {text-decoration: none; color:#0202FF;}

/* Link-Farbe von aktiven Links */
A:active {text-decoration: none; color:#FFFFFF;}

/* Link-Farbe von besuchten Links */
A:visited {text-decoration: none;  color:#0202FF;}

/* Linkfarbe beim Ueberfahren mit der Maus (nur IE) */
A:hover {text-decoration: underline; color:#0202FF;}