If statement #3 is passed, text should flow normally up to the "outer contents" box. The "inner contents" box is pulled out of the flow and floated to the right. Inner contents should be blue, and outer contents red. Rules are "body {display: block; line-height: 200%; width: 400px; height: 400px}, p{display: block}", "span {display: inline}". Also "#outer {color: red}" and "#inner {float: right; width: 130px; color: blue}".
All other properties of this page should be UA-default.