Hey Hey,

You can specify them quite easily... I'll bold certain things to help them stand out.


Code:
<!--
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px; 
color:#000000;
background-color:#FFFFFF;
}
table {
width:100%;
}
td.link {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color:#000000;
background-color:#FFFFFF;
border:0;
width:10%;
vertical-align:top;
}
td.body {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color:#000000;
background-color:#FFFFFF;
border:0;
width:90%;
}
a:hover {
color:#0088AA;
}
img {
border: 0;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.title {
align:center;
font-size:16px;
font-weight:bold;
text-decoration:underline;
font-variant:smallcaps;
}
.byline {
align:center;
font-size:14px;
font-style:italic;
}
.quote {
align:justify;
font-style:italic;
}
-->
As you can see, I have td.link and td.body. Now here is the code from the main page.

Code:
<td class="link">
		<!-- This is the Links Section of the Site -->
		<a href="index.html">Home</a><br />
		<a href="http://www.seeminglyrandom.info/tinc?key=XcjmoRjk&start=0&epp=5">Guestbook</a><br />
		<a href="rants.html">Rants</a><br />
		<a href="/blog/">Blog</a><br />
		<a href="links.html">Links</a><br />
		</td>
		<td class="body">
		<!-- This is the Body of the Website -->
		<div align="right">Newsletter Started: Tuesday, March 2nd, 2004</div>
		<div align="left">Hey Hey,</div>
		<br />
		<div align="justify">Hey Hey, I had abandoned this site for a while, school got hectic and then I just didn't have time. I've started a newsletter.. except I don't have any ideas for what to send out yet. Anyways until I setup some real links you can subscribe to the newsletter <a href="http://www.seeminglyrandom.info/tinc?key=F5Ygv6rt&RegistrationFormID=5849">here</a>. If you wish to unsubscripbe you can do so <a href="http://www.seeminglyrandom.info/tinc?key=f9QLx5cS&RegistrationFormID=5849">here</a>. I'm also working at incorporating a blogging system. It'll either be open for signup.. if I can find an engine to power it. Please send suggestions to <a href="mailto:[email protected]">ht (at) seeminglyrandom.info</a>. I'll try and post some more content, as well as info about my move in the near future.</div>
		<br />
		<div align="right">Peace, <br />
		HT </div>
<br />
		<hr size="5" width="75%" color="006EF5" />
<br />
		<div align="right">SRI Founded: Friday, October 31st, 2003</div>
		<div align="left">Howdy Folks,</div>
		<br />
		<div align="justify">Welcome to SRI: Seemingly Random Info.  This site really has no purpose, other than to entertain and possibly inform. The site will be maintained by myself (<a href="mailto:[email protected]">HT</a>) and <a href="mailto:[email protected]">LordFly</a>. We will be giving commentaries on life and humanity, as well as posting user contributed commentaries (please submit to me, not LordFly). We hope the site will grow into a wonderful place of humour and insite. I plan on developing most of the content for this site, as well as some starting commentaries this weekend. Feel free to email me any thoughts or comments.</div>
		<br />
		<div align="right">Peace, <br />
		HT</div>
		</td>
		</tr>
		</table>

I have the stylesheet contains entries for two td's, however they have appear differently by specifying the class. You can see the results at my website http://www.seeminglyrandom.info


Peace,
HT


PS -- I wonder if my page is valid html... well i know it's not cuz i don't have anything at the top of the page, but oh well...