#indexCategoriesHeading controls the column heading, not the subcategory links. Those are
.categoryListBoxContents {}
#indexCategoriesHeading controls the column heading, not the subcategory links. Those are
.categoryListBoxContents {}
a.categoryListBoxContents means a link named categoryListBoxContents, which doesn't exist. Try .categoryListBoxContents a {}, which means a link inside .categoryListBoxContents.
Worked a treat.
Thanks.
Ben :)