/* DATEI: fontstyle.css */

body { margin-top:10px; margin-bottom:10px; }
/* Abstand Browserfenster */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,Helvetica,sans-serif; }

h1 { font-size:18pt; }
h2 { font-size:16pt;color:#003366 }
h3 { font-size:14pt; }
h4 { font-size:12pt; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

pre.normal { color:#000000; }
/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* #000000 = schwarz, Wert aenderbar */

a {
text-decoration:underline;
font-weight: bold;
}
a:link {
color: #000000;
text-decoration: underline;
}
a:visited {
color: #0069B3;
}
a:active {
color: #88bb33;
}
a:hover {
color: #88bb33;
text-decoration: underline;




a.an { text-decoration:none; }
