View Single Post
Old 08-18-2008, 10:00 AM   #10
21C
Major Leagues
 
Join Date: Mar 2003
Location: Newcastle, Australia
Posts: 303
I'm pretty sure it was just these:
Code:
a.a1:link	{ text-decoration:none; font-weight:normal; color:#EC1D23; }
a.a1:visited 	{ text-decoration:none; font-weight:normal; color:#EC1D23; }
a.a1:hover 	{ text-decoration:underline; font-weight:normal; color:#FF0000; }
a.a1:active 	{ text-decoration:none; font-weight:normal; color:#EC1D23; }
a.a1:focus 	{ text-decoration:none; font-weight:normal; color:#EC1D23; }
The EC1D23 color replaced 222299.
21C is offline   Reply With Quote