--- stil.css 2001/11/07 14:24:02 1.1 +++ stil.css 2001/11/20 17:44:15 1.3 @@ -10,6 +10,11 @@ text-decoration:none; } +HR { + noshade: true; + size: 1pt; +} + .mtext { font-size: 20px; font-weight: bold; @@ -30,6 +35,10 @@ .new { font-size : 12px; - color : #808080; + color: #808080; font-weight: bold; } + +.green { + color: #009900; +}