RE: CSS Stylesheet help
body {
background: #001b2b;
color: #80c0c0;
font: Verdana;
font-size: 1;
}
a:hover {color: #80c0c0; text-decoration:underline;}
a:link { color: ##ff0000; }
a:visited { color: #ff0000; }
a:active { color: #ff0000; }
This post was edited on 07-23-2004 at 10:24 PM by matty.
|