p {color:black; font-family:"Courier New"; font-size:12;}
/* alle Absätze grau und in Courier */

body {font-family:"Courier New"}

/* body {margin-left: 50px}
 linker Seitenrand immer 50 px */

h1 {color:gray; font-family:"Courier New"; font-size:28;}

h2 {color:gray; font-family:"Courier New"; font-size:18;}

table {width:90%; border:0; cellpadding:20; cellspacing:20}
/* Tabellen ohne Linien; Innen- und Außenabstände 5 px */

td {padding-left:30; padding-right:30; text-align:center; height="180" valign:"top"; border-top-style:solid;}

.hgrund {background:#FFFFCC }
/* Klasse für Hintergrundfarbe dunkelrot */

.fett {font-weight:bold }
/* Klasse für Fettschrift zB in SPAN */

.kursiv{font-style:italic}
/* Klasse für Kursivschrift */

.rot {color:red; font-style:italic;}
/* Klasse für Notizen in Rot und Kursiv */

.titel {color:black; font-family:"Courier New"; font-size:50px;}

.ml {border-top-width:70%; border-color:silver; border-top-style:solid;}

.ol {border:none;}