I recently found out how to colour specific classes in a table using format (please see this resource I found which introduced me to <parent> syntax! http://www2.sas.com/proceedings/sugi29/085-29.pdf
Anyway, I have a complex, highly dimensional table and I would like to colour any rows that belong to a specific label (i.e. the lowest level) so that my audience (who are specifically interested in one category) can see these quickly for each variable. I will report many variables and they will have a category which I would like to highlight in each.
So, this first image shows an example table where I've coloured the class (blue) and each of the individual labels in alternative colours to make it easier to read (using SAS) - so a good start. What I would like is shown in the second image.

In the second image, I would like all numeric values related to that label (with, say, an underlying value of 9) to have inherited the style from that label.

Is this possible?