Testing Statement #1 Below of Section 5.5.16 of CSS1 Spec

PASS CRITERIA:

Note: border-style of solid is used here.

If statement #1 above is passed, this paragraph should have a border color of aqua all around. THe rule applied is "#id1 {border-color: aqua}".

This paragraph should have a top and bottom border color of aqua, and right nad left border color of lime. The rule applied is "#id2 {border-color: aqua lime}".

This paragraph should have a top border color of aqua, a right and left border color of lime, and a bottom border color of maroon. The rule applied is "#id3 {border-color: aqua lime maroon}".

This paragraph should have a top border color of aqua, a right border color of lime, a bottom border color of maroon, and a left border color of silver. The rule appleid is '#id4 {border-color: aqua lime maroon silver}".

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