Testing Statement #4 Below of Section 5.5.10 of CSS1 Spec

PASS CRITERIA:

If statement #4 above is passed, this paragraph should have padding of 1em all around. The rule applied is "p {padding: 1em}".

This h3 heading should have 1em padding vertically and 2em padding horizontally. The rule applied is "h3 {padding: 1em 2em}".

This h4 heading should have 1em top padding, 2em right padding, 3em bottom padding, and 2em left padding. The rule applied is "h4 {padding: 1em 2em 3em}".

This blockquote element should have 1em top padding, 2em right padding, 3em bottom padding, adn 4em left padding. The rule applied is "blockquote {padding: 1em 2em 3em 4em}".
All other properties of this page should be UA-default.