ok, a friend told me how to make the line black
code:
/* style to color links and change cursor */
A:link, A:visited, a:hover {
color: #ffff00;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
cursor : help;
text-decoration: none;
}
/* style to underline links on mouse over */
a:hover {
border-bottom: 1px solid #000000;
}
/* double border */
table.double { border-color:000000; }
Only thing is, when going to
http://jigsaw.w3.org/css-validator/validator?uri=...css&usermedium=all im getting a whole lot of errors. Any ideas why??