/* externes Stylesheet 02 Test fuer Inhalt */ /* Für ie müsste font-size von small auf x-small und von x-small auf xx-small gestellt werden */ /* Alternativ habe ich jetzt einen basefont mit Größe 2 in jeder Inhaltsdatei und */ /* Die Font-Size hier auf 75 %. Damit ist bei Moz alles wie bisher und ie kanns auch */ body { color: black; background-color: #FFFBF0; font-family: Times New Roman, serif; margin: 0pt; paddings: 0pt; border-width: 0pt } h3 { font-family: Arial, sans-serif; margin-left: 5% } b.Farbig { color: #990066 } p.Farbig { color: #990066 } p.Inhalt1 { margin-left: 5%; font-size: 75%; font-weight: bold; font-family: Arial, sans-serif } p.Inhalt2 { margin-left: 10%; font-size: 75%; font-weight: bold; font-family: Arial, sans-serif } /* Dateiende */