To assure that the hover color doesn't change, use
.centerBoxContentsProducts > a, .centerBoxContentsProducts > a:hover {
color: #000000;
}
(The .centeredContent is not necessary)
To assure that the hover color doesn't change, use
.centerBoxContentsProducts > a, .centerBoxContentsProducts > a:hover {
color: #000000;
}
(The .centeredContent is not necessary)