Testing Statement #4 Below of Section 5.5.15 of CSS1 Spec

PASS CRITERIA:

Note: border-style of solid applies here.

If statement #4 above is passed, this paragraph should have a border width of 5px all the way around. The rule applied is 'p {border-width: 5px}"

This h3 heading should have top and bottom border widths of 5px and right and left border widths of 10px. The rule applied is "h3 {border-width: 5px 10px}".

This h4 heading should have top border widht of 5px, right and left border widths of 10px, and bottom border width of 15px. The rule applied is "h4 {border-width: 5px 10px 15px}".

This blockquote element should have top border widht of 5px, right border widht of 10px, bottom border width of 15px, and left border width of 20px. The rule applied is "blockquote {border-width: 5px 10px 15px 20px}".
All other properties of this page should be UA-default.