/* Schriftart im gesamten Dokument */

body {
font-family: Arial, Verdana, Helvetica, san-serif;
background-color: #FFFFFF;
color: #000000;
link: #000000;
}

/* Absätze, DIVs, Tabellen, Listen, Formulare in 10 Punkt */

p, div, table, li, form {
font-size: 10pt;
}

/* Link - Stile für Hover Links */

a:link {
	color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #000000;
}