Testing Statement #3 Below of Section 5.5.21 of CSS1 Spec

PASS CRITERIA:

If statement #3 above is passed, this paragraph should have a left border of thick dashed blue. The rule applied is "#id1 {border-left: thick dashed blue}".

This paragraph should have a border-left-width of thick, a border style of dashed, and a color of blue. THe rule applied is "#id2 {border-left-width: thick; border-style: dashed; color: blue;}".

This paragraph should have a left border of medium dashed blue. THe medium value is default since it is not stated explicitly. The rule applied is "#id3 {border-left: dashed blue}".

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