Testing Statement #2 Below of Section 5.3.2 of CSS1 Spec

PASS CRITERIA:

If statement #2 above is true, this paragraph should have a blue background color. The rule applied is "p {background-color: blue;}".

The background-color of this h3 heading should be transparent. The rule applied is "h3 {background-color: transparent;}".

The background-color of this h4 heading should be lime. The rule applied is "h4 {background-color: lime;}".

This emphasized test should have a background color of transparent. The rule applied is "em {background-color: transparent;}". All other properties of this page should be UA-default.