Testing Eighth Testable Statement of Sec 6.1 of CSS2 Specification

PASS CRITERIA:

If statement #8 above is passed, then this paragraph should have a color of green. The rule applied is "p {color: green}". All text in this paragraph should have font size of 24pt, because of inherited rule "body {font-size: 24pt}".

This h3 heading should have a font size of 48pt, computed from the "body" element. Rule is "h3 {font-size: 200%}".

This paragraph should have color yellow, because of cascading in-line style "color: yellow". All other properties of this page should be UA-default.