Testing Statement #3 Below of Section 5.5 of CSS1 Spec

PASS CRITERIA:

If statement #3 above is passed, this paragraph should have padding of 2em on all four sides. The rule applied is "#id1 {padding: 2em}".

This paragraph should have left padding of 1em, top padding of 2em, bottom padding of 3em, and right padding of 4em. THe rule applied is "#id2 {padding-left: 1em; padding-top: 2em; padding-bottom: 3em; padding-right: 4em;}".

All other properties of this page should be UA-default.