I'm trying to change the link color for links within the product description but it's not working. I've tried changing the color in these fields:
Code:
a:link, #navEZPagesTop a:link, #categoriesContent a:link, .sideBoxContent a:link, #navMain a:link, #informationContent a:link, #navSuppWrapper a:link, #siteinfoLegal a:link {
    color: #F1EDE7;
    text-decoration: none;
	}

a:link, #navEZPagesTOC ul li a:link {
    color: #63859D;
    text-decoration: none;
	}
but it doesn't change it.
TIA