Testing Statement #3 Below of Section 5.5.17 of CSS1 Spec

PASS CRITERIA:

If statement #3 above is passed, this paragraph should have dashed border style all the way around. The rule applied is "#id1 {border-style: dashed}".

This paragraph should have top and bottom border style of dotted, and left and right border style of solid. The rule appleid is "#id2 {border-style: solid dotted}".

This paragraph should have top border style of dashed, right and left border styles of dotted, and bottom border style of solid. The rule applied is "#id3 {border-style: dashed solid dotted}".

This paragraph should have top border style of dashed, right border style of dotted, bottom border style of solid, and left border style of double. The rule applied is "#id4 {border-style: dashed solid dotted double}".

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