This division has a width for content of 600 pixels,
with padding on all sides of 10px and a border on all sides of 5px
double #000. The total horizontal space occupied by the division
is 630 pixels (5 + 10 + 600 + 10 + 5). The height for content is set
at 200px, which ultimately totals 230 pixels (5 + 10 + 200 + 10 + 5).
This division has a width for content of 500 pixels,
with padding on all sides of 20px and a border on all sides of 5px
groove #000. The total horizontal space occupied by the division
is 550 pixels (5 + 20 + 500 + 20 + 5). The top margin of 10px
separates this from the division above. The height is set at 10em,
which ultimately gets 50 pixels added to it from padding and border.