Testing Statement #2 Below for Section 5.3.1 of CSS1 Spec

PASS CRITERIA:

If statement #2 above is passed, then:

This paragraph should be aqua. The rule applied is "p {color: aqua}", so the color property applies to the element p. This strong text should also be aqua, since "strong" is a descendant of "p", so the color property is inherited. However, this emphasized text shoudl be red, because of the rule "em {color: red}"; therefore, the color property applies to the em and strong elements.

This h3 element should be silver, because of the rule "h3 {color: silver}". Therefore the color property applies to the h3 element.

This h4 element should be lime, because of the rule "h4 {color: lime}". Therefore the color property applies to the h4 element.

This blockquote element has a UA-default, or UA-specific color, because no specific CSS1 rule has been applied. However, the color property does apply to the blockquote element.
All other properties on this page should be UA-default.