1
Hi, I am hoping someone can help me with some link coloring.
In the top of the CSS file there is this setting:
a {color: #999999; text-decoration: none; font-weight: bold; background-color: transparent;}
a:hover {color: #6699ff;}
I would like to color the A links to black in the left and right blocks.
Here is what the leftcolmn looks like now:
td#leftcolumn {width: 160px; border-right: 1px solid #cccccc; font-size:8px;}
td#leftcolumn th {background-color: #000000; color: #FFFFFF; vertical-align: middle;}
td#leftcolumn div.blockTitle {font-size:x-small; padding: 0px; background-color: #000000; color: #ffffff; font-weight: bold;}
td#leftcolumn div.blockContent {padding: 3px; line-height: 120%; line-height: 120%;}
How can i add some CSS to make all the A links inside blockContent to be #000000 instead of the gloabl default which is #999999 ??
Please help :)
Cheers,
LavaBurst