Easy newbie question. - over-riding style-sheet specification.

Hi all,

I wish to override a bgcolour style for one table cell. I can't make it
work.

In the style sheet:

BODY, TD {
        color : Black;
        font-family : "Times New Roman", Times, serif;
        font-size:18px;
        text-align: left;
        background : #CCFF66;
        font-weight: bold;
        font-style: italic;
}

in the document:

  <tr>
    <td width="117" bgcolor="#000000" valign="top">{NAV_BAR}</td>
    .....


White does not over-ride the other colour. Could someone please point me at
the correct syntax.

Thankyou,

James

Received on Sunday, 7 April 2002 23:34:45 UTC