Testing Statement #3 Below of Section 5.5.5 of CSS1 Spec

PASS CRITERIA:

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

This paragraph should have a top margin of 5em, a right margin of 5em, a bottom margin of 5em, and a left margin of 5em. It should look the same as the paragraph above. The rule applied is "#id2 {margin-left: 5em; margin-top: 5em; margin-right: 5em; margin-bottom; 5em;}". All other properties of this page should be UA-default.