I am creating an HTML newsletter for a forum I administrate at and it looks fine when you upload the .html file online, but when emailed I have problems. A lot of sites suggest putting the CSS in the <body> of the HTML, but this hasn't worked yet (Have only tested with gmail so far). Other places have suggested using inline CSS using the <p> tags but no matter how I try to transfer the CSS stylings into a <p> tag, it doesn't seem to work.

Here is the code I am working with: http://www.delta-visions.net/dvshares//dvnewsletter/newsletterdv1.2.txt

How would I go about transferring the CSS stylings that are there into the <body> section of the HTML with <p> tags?