I have a css class like:
.foo { background-color: red; }
then I have a class specified for a list:
.list1 li { background-c
Inheritance is, as far as I know, not supported in CSS (2.1 at least)