Hi there.
I've always been taught to code up my html email newsletters using inline styles only. For instance, I'd code a piece of Arial, 10pt, black text as follows:
<span style="font-family:Arial, Helvetica, sans-serif;font-size: 10pt; color:#000000">HERE IS MY TEXT</span>
But these days...