Testing Statement #3 Below of Section 5.5.10 of CSS1 Spec

PASS CRITERIA:

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

This paragraph should have top padding of 5em, right padding of 5em, bottom padding of 5em, and left padding of 5em. THe rule applied is "#id2 {padding-top: 5em; padding-bottom: 5em; padding-right: 5em; padding-left: 5em;} This paragraph should look the same as the one above.

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