Thank you for the response. But that didnt really help. It didnt change the white to block when I did it, but it changed the fact I didnt have inline block. I had display: #000000.
I can change the text in the gold to black, but when I do it changes the cart links on the basket page to black also. I want those to remain white, but cant find the spot.
I got the white to go to black inthe gold when I made the changes in this area:
a.header {color: #000; text-decoration: underline;}
a.header:hover {color: #00f; text-decoration: underline;}
a.title {}
a.title:hover {}
a.smallText {color: #ffffff; text-decoration: none; font-size: 8pt;}
a.smallText:hover {color: c00000; text-decoration: underline; font-size: 8pt;}
a {color: #000000; text-decoration: underline;}
a:hover {color: C00000; text-decoration: underline;}
But now I am stuck I can not change the cart links below on this page to white.
http://2800.genwebserver.com/~gizmo/basket.php They change to black also and I dont want them to.
What to change?
Thank you