
Paragraph of text aligned left. You can view the source code to see what I did and play with the settings.
Paragraph of text center-aligned. Copy any paragraph and change the font-weight, font-size, color, alignment to see what happens.
Paragraph of left-indented text. View the source code in most browsers by clicking View => Source on the menu bar and scrolling down about halfway to just past <td class="user">.

Buttons
<div style="width: 95%; height: 100%; border: 2px solid magenta;
background-color: #ffdfff; padding: 20px;">
<h1 style="font-weight: bold; font-size: 35px; font-family: monotype corsiva;
text-align: center; color: #8a3b77; margin: 35px 0;">Listing Title</h1>
<br><div style="width: 625px; border: 2px solid purple;
margin: 0 auto 20px auto; padding: 20px; background-image:
url(http://principalquattrano.com/images/cloud_background.png);">
<img src="http://principalquattrano.com/images/right-aligned_image.png"
style="margin-left: 10px; float: right;"><p style="font-weight:
bold; font-size: 20px; font-family: verdana; color: magenta;">Paragraph
of text aligned left. You can view the source code to see what
I did and play with the settings.</p>
<p style="font-weight: bold; font-size: 20px; font-family: book antiqua;
text-align: center; color: purple;">Paragraph of text center-aligned.
Copy any paragraph and change the font-weight, font-size, color,
alignment to see what happens.</p>
<p style="font-weight: bold; font-size: 20px; font-family: georgia;
color: #8a3b77; font-style: italic; text-indent: 35px;">Paragraph
of left-indented text. View the source code in most browsers by
clicking View => Source on the menu bar and scrolling down
about halfway to just past <td class="user">.</p>
<img src="http://principalquattrano.com/images/center-aligned_image.png"
style="margin: 20px auto; width: 550px; display: block;"><h3
style="font-weight: bold; font-family: times; font-size: 25px;
font-style: italic; text-align: center;">Buttons</h3>
<table style="text-align: center; margin: 20px auto; width: 400px;
height: 200px; valign: middle; border: 1px solid gray;">
<tr>
<td width="200px;"><img src="http://www.niteflirt.com/niteflirt/images/D5_mail-mailbutton_V2.gif"></td>
<td><img src="http://www.niteflirt.com/niteflirt/images/D5_mail-mailbutton_V2.gif"></td>
</tr>
<tr>
<td><img src="http://www.niteflirt.com/niteflirt/images/D5_mail-mailbutton_V2.gif"></td>
<td><img src="http://www.niteflirt.com/niteflirt/images/D5_mail-mailbutton_V2.gif"></td>
</tr>
</table>
</div>
</div>