--- stil.php 2001/10/10 12:40:58 1.7 +++ stil.php 2001/10/12 09:22:02 1.8 @@ -435,3 +435,13 @@ .black { color: #000000; } + +.underlined, A.small { + text-decoration: underline; + color: #0000FF; +} + +.underlined:active, A.small:active { + color: #FF0000; + text-decoration: none; +}