could someone tell me whats wrong with this my links arnt coloring to the color i want them to. the background and text part works but i am brand new with css so could someoen tell me what i did wrong?
code:
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 }