If statement #14 above is passed, this paragraph should be blue. The rule applied is "#id1 {COLOR: BLUE}", which is in all caps.
This paragraph should also be blue, and look like the paragraph above. THe rule applied is "#id2 {color: blue}", which is all in lowercase.
This paragraph should have font family of Times (if supported), and a background of flag pattern. The rule applied is "#id3 {font-family: Times; background: url(flagbg.gif)}"; both "Times" and "flagbg.gif" are case-sensitive.
This paragraph should be UA-default. The rule applied is "#id4 {font- family: times; background: url(Flagbg.gif)}"; "times" and "Flagbg.gif" should not exist, and so this rule should be ignored.
This paragraph should be green. The rule applied is "#id5 {color: green}".
This paragraph should be red. The rule applied is ".RED {color: red}".
This paragraph should also be red. The rule applied is same as above, but unlike the paragraph above, the source here is "p CLASS=red", with "red" in lowercase instead of in caps
All other proeprties of this page should be UA-default.