Testing Second Testable Statement of Sec 7.1 of CSS2 Specification

PASS CRITERIA:

If statement #2 above is passed, then this paragraph should have font size of 10pt if the media is print, a font size of 12pt if the media is screen, and a line-height of 1.2 if the media is print or screen. The rules applied here are "@media print {BODY {font-size: 10pt}}", @media screen {BODY {font-size: 12pt}}", and "@media screen, print {BODY {line-height: 1.2}}". The "cue-before" rule only applies if the medium is aural. This rule is "@media aural {BODY {cue-before: url(pop.aiff)}}". All other properties of this page should be UA-default.