body { margin: 0 1em 0 .5em; /* oben rechts unten links */ } @font-face { font-family: ArialDin; /* Schriftfamilie Serifa */ font-weight: bold; font-style: normal; src: url(../Fonts/DIN_Schule_normal.ttf); } @font-face { font-family: ArialDin; font-weight: normal; font-style: italic; src: url(../Fonts/DIN_Schule_normal.ttf); } @font-face { font-family: ArialDin; font-weight: normal; font-style: normal; src: url(../Fonts/DIN_Schule_normal.ttf); } /* der Link für Schriften im Reader = src: url(res:///Data/fonts/schrift.ttf); */ h1 { font-family: ArialDin; font -weight: bold; font-size: 1.8em; } h2 { font-family: ArialDin; font -weight: bold; font-size: 1.2em; } p,div { font-family: ArialDin; font-weight: normal; font-size: 1.6em; margin: 0 0 0 0; /* null für oben, rechts. unten, links */ text-indent: 0em; line-height: 2em; } /*p { font-weight:normal; font-family:Tahoma,sans-serif; font-size:1.2em; } p[align=center] { color:red; text-align:left; }*/