in the css file u have to just write
td
{
background-color:#006666;
font-family:Arial Black;
height:6px;
font-size:small;
color:#ffffff;
}
and attach this file to your page.
and then simply write your code
<td>Status Information</td>
it is automatically applied.