Testing Statement #4 Below of Section 5.5.5 of CSS1 Spec

PASS CRITERIA:

If statement #4 above is passed, this paragraph should have all margins set to 2em. The rule applied is '#id1 {margin: 2em}".

This paragraph should have top and bottom margins set to 1em, and right and left margins set to 2em. The rule applied is "#id2 {margin: 1em 2em}".

This paragarph should have a top margin of 1em, a right margin of 2em, a bottom margin of 3em, and a left margin of 2em. The rule applied is '#id3 {margin: 1em 2em 3em}".

This paragraph should have a top margin of 1em, a right margin of 2em, a bottom margin of 3em, and a left margin of 4em. The rule appleid is "#id4 {margin: 1em 2em 3em 4em}".

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