/* Standard-Style-Sheets für HTLM-Tags zur Schriftartwahl */
/* Stand: 26.09.2000                                      */

h1{ font-family: Arial,Helvetica; font-size: 20pt; font-weight: 600; }
h2{ font-family: Arial,Helvetica; font-size: 16pt; font-weight: 600; }
h3{ font-family: Arial,Helvetica; font-size: 14pt; font-weight: bold; }
h4{ font-family: Arial,Helvetica; font-size: 12pt; font-weight: 500; }

p{ font-family: Arial,Helvetica; font-size: 10pt; }
td{ font-family: Arial,Helvetica; font-size: 10pt; }

ul{ font-family: Arial,Helvetica; font-size: 10pt; }
ol{ font-family: Arial,Helvetica; font-size: 10pt; }
li{ font-family: Arial,Helvetica; font-size: 10pt; }
form { font-family: Arial,Helvetica; font-size: 10pt; }
input { font-family: Arial,Helvetica; font-size: 10pt; }

address{ font-family: Arial,Helvetica; font-size: 8pt; font-style: italic; }

/* Pseudoklassen für Links */
a { font-family: Arial,Helvetica; text-decoration: none; }
a:link    { color: #F40000; }
a:visited { color: #0000F4; }
a:hover   { color: #F06F00; }
a:active  { color: #F06F00; }