body { 
	margin-top:5px; margin-bottom:5px;

}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 { font-size:18pt; }

h2 { font-size:16pt; }
/* Seitenueberschriften */

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }
/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */

h4 { font-size:10pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

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

a {text-decoration: none; font-weight:bold; font-size: 16px;}
a:hover {text-decoration: underline;	color: #Yellow; font-size: 16;}
a:link { color:Black; font-weight:bold; font-size: 16px;}
a:visited { color:Black; font-weight:bold; font-size: 16px;}
a:active { color:#Black; font-weight:bold; font-size: 16px; }
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */

.text {
	position: absolute;
	top:16px;
	left: -2000px;
	width: 500px;
	height: 450px;
	visibility: visible;
}
.text h1 {font-size: 14px; }

