#table td
{
    padding: 2px;
}
#table thead td
{
    height: 20px;
    background-color: #ff6633;
    border: solid 1px;
    border-color: #ffffff #550000 #550000 #ffffff;
    color: #ffcc99;
    font-weight: bolder;
}

#table tbody td
{
    background-color: #fffffa;
    border-bottom: solid 1px #999999;
}