[#1] The second word in this paragraph should be double the size of the other text.
[#2] This document should have a 100px blue padding on the HTML element and a 100px margin on the BODY element. Since margins are transparend, theres should be a 200px blue area on all sides of the document.
[#3] CSS block-level elements strech out horizontally till they meet the edges of their parents. Therefore, there should be no white area on the right side of this element.
[#6] The two DIV elements above has no margin set between them. nglayout's default style sheet seem to have margins set on DIV. This isn't a bug, but isn't recommended by the default HTML style sheet in CSS2.
[#7] This paragraph has a width of 50% and should therefore be constrained. So, both the yellow rectangular background and its content should have a width of 50%.