/* Formate fuer Links */
/* ------------------ */

a:link {text-decoration:none; color:rgb(0,0,0)}
a:visited {text-decoration:none; color:rgb(0,0,0)}
a:active {text-decoration:none; color:rgb(0,0,0)}
a:hover {text-decoration:none; color:rgb(0,0,0)}

/* Standardschrift fuer gesamtes Dokument festlegen */
/* ------------------------------------------------ */

body {font-family:Helvetica,Arial,sans-serif;}

