Testing Statement #3 Below of Section 5.5.20 of CSS1 Spec

PASS CRITERIA:

If statement #3 above is passed, this paragraph should have a border bottom of thin dotted maroon. The rule applied is "#id1 {border-bottom: thin dotted maroon}".

This paragraph should have a border-bottom-width of thin, a border style of dotted, and a color of maroon. It should look the same as the paragraph above. The rule applied is "#id2 {border-bottom-width: thin; border-style: dashed; color: maroon;}".

This paragraph should have a border bottom of medium dashed maroon. The medium width is a default, since no explicit value is specified. The rule applied is "#id3 {border-bottom: dashed maroon}".

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