Testing Statement #1 Below of Section 5.5.17 of CSS1 Spec

PASS CRITERIA:

If statement #1 above is passed, this paragraph should have a border style of none. The rule applied is "#id1 {border-style: none}".

THis paragraph should have a border style of dotted. The rule applied is "#id2 {border-style: dotted}".

This paragrah should have a border style of dashed. The rule applied is "#id3 {border-style: dashed}".

This paragraph should have a border style of solid. THe rule applied is "#id4 {border-style: solid}".

This paragraph should have a border style of double. The rule applied is "#id5 {border-style: double}".

This paragraph should have a border style of groove. The rule applied is "#id6 {border-style: groove}".

This paragraph should have a border style of ridge. The rule applied is "#id7 {border-style: ridge}".

This paragraph should have a border style of inset. The rule applied is "#id8 {border-style: inset}".

This paragraph should have a border style of outset. The rule applied is "#id9 {border-style: outset}".

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