This header is aligned to the center

This code is aligned to the right.

Now I am going to make a list of the commands we have looked at:
  1. First
  2. Second
  3. Third
Next I am going to make a nested list (a list within a list).
  1. First list (note this is in the outer list)
    1. An item within the first list
    2. Another item within the first list
    3. On the next line I will close the items within the first list and return to the outer list
  2. Second list (note this is back to the outer list)
Notice that on the line above, I closed the outer list. Be sure to look at the source code to see how this was done.