I'm getting an error with a style I'm using:
td.right{background:silver;
font-family:Verdana,Arial;
font-color:'#336699
font-size:12}
and in the body:
<table>
<tr>
<td class="right"></td>
The problem is that the font color will not change; it defaults to black.
Any suggestions/Ideas?