If statement #1 above is passed, this paragraph should have a margin of 1em, a border of 2em solid, padding of 3em, width of auto, height of auto, float of none, and clear of none. These are all box properties, whcih set the characteristics of this paragraph in particular. The rule applied is "p {margin: 1em, border: 2em solid; padding: 3em; width: auto; height: auto; float: none; clear: none; }". All other properties of this page should be UA-default.