Já no texto q está fora da tabela o tamanho da fonte funciona.
<html>
<head>
<title>Documento sem título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body {
color: #ff0000;
font: 8pt "Verdana", arial, helvetica, sans-serif;
}
</style>
</head>
<body>
Texto q funciona
<table width="174" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="174" height="66" valign="top">Texto q não funciona</td>
</tr>
</table>
</body>
</html>










