seriously, it's time to change the forum link colors. it's difficult to spot linked text without mousing over. here's a diff for your convenience:
PHP Code:
A:link, A:visited, A:active {
font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
text-decoration: none;
- COLOR: #000020;
+ COLOR: #cc0000;
}
A:hover {
COLOR: #FF4400;
text-decoration: none;
font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
}