Testing Statement #1 Below of Section 5.5.5 of CSS1 Spec

PASS CRITERIA:

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

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

THis paragraph should have a top margin of 2em, a right margin of 20%, a bottom margin of auto, and a left margin of 20%. The rule applied is "#id3 {margin: 2em 20% auto}".

This paragarph should have a top margin of 2em, a right margin of 20%, a bottom margin of auto, and a left margin of 5em. The rule applied is "#id4 {margin: 2em 20% auto 5em}".

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