Or if you REALLY wanted to keep the pseudo-classe, like Lchad said, you need to put a comma to separate them like this
- Code: Select all
a:link, a:visited, a:hover, a:active, {
color: #717d46;
font: 8pt/8pt arial,sans-serif;
}
but Ryan's code is much better and much shorter
