/* Schriftart im gesamten Dokument */

body {
font-family: Verdana, Arial, Helvetica, san-serif;
}

/* 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:hover {
text-decoration : none;
color: black;
}

a:active {
color: black;
}

a:visited {
color: black;
}