Thanks — that suggestion prompted me to investigate further and answer my own question.
The #main ul style I had done up was coded incorrectly. So it *did* work, technically.
Here’s what I added to my styles.css (copying and pasting in the p styles for font size and line-height and adding the margins and list-style):
#main ul { font-size: 14px; line-height: 22px; margin: 0 0 14px 22px; list-style: disc; }
Hope someone else finds this useful…