default Zencart has a class called greeting. which is not added to CSS.
since you have modified the code . you could do the following to see if it works
add this
#blacklink {
color:black;
}
you could also do the following if you remove ID from <a>
.greetUser a {
color:black;
}



