<a id="blacklinks" href="%s">
#blacklink {
color:black;
}
These do not match - if they are what you actually have on your site, that is why you are not getting results.
<a id="blacklinks" href="%s">
#blacklink {
color:black;
}
These do not match - if they are what you actually have on your site, that is why you are not getting results.
my bad.. missed the "s" .. you right .. thats why is not applying the CSS rule to the link .