I still think you want to use something like this
code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<STYLE type="text/css">
BODY {
color: red;
font-size: 6pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: 200;
}
P {
FONT-SIZE: 20px; FONT-FAMILY: geneva,arial,Verdana,Helvetica
}
td {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size: 18px;
text-align: left;
color: #FFCC00;
font-weight: bold;
background-color: #336633;
}
td.misc {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size: 18px;
text-align: left;
color: #336633;
font-weight: bold;
background-color: #FFCC00;
}
</STYLE>
</HEAD>
<BODY>
Now that is what<BR><BR>
<TABLE cellpadding="4" cellspacing="0">
<TR>
<TD>Take me home</TD>
<TD>Country roads</TD>
</TR>
<TR>
<TD class="misc">to the place</TD>
<TD>I belong</TD>
</TR>
</TABLE>
<BR><BR>
I call easy
<P>but be careful.</P>
</BODY>
</HTML>
But I won't beat you over the head for not using it.