Works for me.
It's more than likely an issue with the specificity of the selector. It may not be specific enough to override the original value.
So, you could either add more specificity to it, by prefixing those classes with a parent container selector (e.g. if those are a list of links in <ul> tags you could try ul .blockLinksList a) or you could enforce it by putting !important at the end.