Awful CSS Puzzler

You are not to touch the HTML on this page. All of your work must appear the file puzzler.css. Your page must match the screenshot provided in this puzzler project.

  1. I insist
  2. that all ordered lists
  3. be enumarated with
  4. lower-case Roman Numerals

Yeah this ordered list too.

  1. Now we
  2. see this miracle
  3. pulled off
  4. a second time

This paragraph's text is centered. Even if it goes on for many lines and it begins to look like the King James Bible or War and Peace.

Here is a paragraph in the div.

ugly rhino picture

Notice the pretty colors and the border. You get a freebie: to center any block-level element use these two style declarations.

        margin-left:auto;
        margin-right:auto;