These are great, gang! Thanks!
I've wound up with
Code:
p {line-height: 1.4 !important;
margin-top: 0.5em !important;}
which really helps (the unitless number version is the "preferred" option for line height, suggested via Kovid's pointer). Thanks for all the guidance, I learned a lot through this process.
PS:
https://developer.mozilla.org/en-US/...CSS/margin-top for info about the margin-top value, via theducks.