/* DATEI: wselfhtm.css */

p,h2,h3,small { font-family:Arial; }
h1 { font-family:Times New Roman,Times,Times NewRoman; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 { font-size:37pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


p { font-size:10pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


h2 { font-size:13pt; }

h3 { font-size:12pt; }

small { font-size:8pt; }

<style type="text/css">
<!--
 BODY {
	scrollbar-base-color:white;
	scrollbar-track-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:silver;
	scrollbar-3d-light-color:white;
	scrollbar-dark-shadow-color:white;
	scrollbar-shadow-color:white;
	scrollbar-arrow-color:black;
}
-->
</style> 