a{
 text-decoration:none;
 color:blue;
 vlink:blue;
 alink:blue;
 font-weight: normal;
}

a:hover
{
 color:blue;
 font-weight: normal;
 font-style: normal;
 text-align: center;
 vertical-align: center;
 font-variant: normal;
 text-transform: none;
 background-position: center;
}

.info  { font-family:Times New Roman; positon:relative;}
.light { top:-1; left:-1; color:white;}
.shade { top:+1; left:+1; color:pink; }
.fill  { top:0; left:0;  color:red; }


body { margin-top:10px; margin-bottom:10px; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{ font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; }
/* font-family = Schriftart fuer Textelemente */

h1 { font-size:18pt; }
h2 { font-size:16pt; }
h2.sh2 { font-size:16pt; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:10pt; }
h4 { font-size:10pt; }
/* p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:8pt; } */
pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

/* Quelltexte */
tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }
.code { background-color:#FFFFE0; }
