CSS3 Background Color Test

PASS CRITERIA:

If statement 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 body's background color of yellow should come through by default, since the rule "body {background-color: yellow}" applies.

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;}". The body's background color of yellow should come through by default, since the rule "body {background-color: yellow}" applies.

All other properties of this page should be UA-default. This is a paragraph, like the one above, so should also have blue background color.