Code:
<ul class="nostyle">
<li>First point blah blah blah</li>
<li>Second point blah blah blah</li>
<li>Third point blah blah blah</li>
<li>Fourth point blah blah blah</li>
</ul>
with this in the CSS
ul.nostyle {list-style-type: none}
and you can add any other kind of styling you want in the CSS section - bold/italics, margins, spacing, etc.