If statement #10 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}}". All other properties of this page should be UA-default.