--- stil.php 2001/10/10 12:40:58 1.7 +++ stil.php 2001/10/29 14:43:21 1.11 @@ -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; @@ -44,7 +54,7 @@ margin-top: 0; } -.newzworld, .newzpliva { +.newzworld, .newzpliva, .newz { font-size: 12px; font-weight: bold; } @@ -173,7 +183,7 @@ } .library { - font-family: serif; + /* font-family: serif; */ font-size: 14px; } @@ -435,3 +445,13 @@ .black { color: #000000; } + +.underlined, A.small { + text-decoration: underline; + color: #0000FF; +} + +.underlined:active, A.small:active { + color: #FF0000; + text-decoration: none; +}