nglayout style issues (as of the Sep 10, 1998 build)

[#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.

[#4] This is a DIV element with 50px padding. I.e. there should be a red padding of 50px to the left of the text.
[#5] This is a DIV element with 50px border. I.e. there should be a red border of 50px left of the text.

[#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%.