cfdocument を作成しています。以下のようにフッターがあります
<cfdocumentitem type="footer" >
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="##FF6F00" >
<td align="right" style="font-size:10px">
<font color="##FFFFFF"> © AT&T Intellectual Property. All rights reserved.<br>AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.</font>
</td>
</table>
</cfdocumentitem>
オレンジ色のボディをページ全体に広げることができません。つまり、オレンジ色の部分が上記のように表示されています。また、指定したフォントサイズがレンダリングされていません。これが私のスタイルです。ここで何が間違っているかについてのアイデアはありますか?
.test{
color:#FFFFFF;
font-family:verdana;
font-size:4px
}
.testone{align-content:stretch}