Displaytag alteracao na tag <tr>

Olá
pessoal

Preciso alterar a tr dessa table para colocar cor das letras mais teria que ser na tag e não .
teria como fazer isso?

Grato


      <display:table   name="listausuarios" style="COLOR:#eeeeee; COLOR: #445588;"    export="true" pagesize="20" requestURI="ListaUsuario.do">   
      <display:column property="rp"                 style="width: 150;  " title="RP" sortable="true"  />
      <display:column property="cpf"                style="width: 250;  " title="CPF" sortable="true"  />
      <display:column property="nome"               style="width: 550; " title="Nome"  sortable="true"/>
      <display:column property="sobrenome"          style="width: 250; " title="Sobrenome"  sortable="true"/>
      <display:column property="estado"             style="width: 100; " title="Estado"  sortable="true"/>
      <display:column property="cidade"             style="width: 350; " title="Cidade"  sortable="true"/>
      <display:column property="aproveitamento"     style="width: 150; " title="Aproveitamento"  sortable="true"/>
      <display:column property="status"             style="width: 150; " title="Status"  sortable="true"/>
      </display:table>            

Ola…
Não daria para apenas fazer um style=“color:suaCor;” (algo assim) nas colunas da tabela?