Testing Statement #6 below of section 1.3 of CSS1 Spec

"PASS" CRITERIA:

If statement #5 above is passed, this paragraph should have a line-height of 20pt with a font-size of 10pt. The rules applied are "P {font-size: 10pt}" , "P {line-height: 200%}", and "EM {color: red}". The word "paragraph" above should be red and 20pt like the rest of the paragraph. All other properties are UA-default.

This paragraph should have a font size of 200% of the UA-default. The rule applied is "#id1 {font-size: 200%}".

This paragraph should have a font size of 50% of the UA-default. The rule applied is "#id2 {font-size: 50%}".