﻿#div01
{
    background-color:Blue;
    color:White;
    border:solid 1px black;
    font-weight:bold;
    text-align:center
}
#tbl_product
{
    width:inherit;
}
#tbl_product td
{
    padding:2px;
    margin:0px;
    height: 30px;
}

