--- stil.php 2001/10/05 15:10:52 1.6 +++ stil.php 2001/10/27 16:54:50 1.10 @@ -10,6 +10,11 @@ color: #000000; } +BODY { + margin-left: 0; + margin-right; 0; +} + TABLE.normal TH, TABLE.normal TD { text-align: left; vertical-align: top; @@ -23,6 +28,11 @@ font-family: monospace; } +BLOCKQUOTE { + padding-top: 2px; + margin-top: 2px; +} + A { font-family: Verdana, sans-serif; font-size: 12px; @@ -39,12 +49,12 @@ } P.ptext { - text-align: left; + /* text-align: left; */ /* text-indent: 20px; */ margin-top: 0; } -.newzworld, .newzpliva { +.newzworld, .newzpliva, .newz { font-size: 12px; font-weight: bold; } @@ -351,7 +361,7 @@ color: #000000; } -.wnhead, .pnhead { +.head, .wnhead, .pnhead { font-size: 12px; font-weight: bold; } @@ -385,6 +395,27 @@ background-color: #FF0000; } +.qahead { + color: #; + font-weight: bold; +} + +.qaitem { + color: #000000; +} + +.qabg { + background-color: #; +} + +.qabg1 { + background-color: #E0E0E0; +} + +.qabg2 { + background-color: #FFFFFF; +} + .kalendar, .kalendar2 { font-family: Arial, Helvetica, sans-serif; @@ -403,4 +434,24 @@ color: #FFFFFF; font-size: 11px; } + +.semafor { + color: #FFFFFF; + font-family: Vedrana, sans-serif; + font-size: 9px; +} + +.black { + color: #000000; +} + +.underlined, A.small { + text-decoration: underline; + color: #0000FF; +} + +.underlined:active, A.small:active { + color: #FF0000; + text-decoration: none; +}