table.prices {
               width: 100%;
               color: #575f50;
               background: #ebebeb;
               text-align: center;
               border: 1px solid #cecece;
               }
tr { height: 25px; }
tr.head {
          color: #000000;
          height: 30px;
          }
tr.odd { background: #ffffff; }
th.number {
            width: 50px;
            background: #b5ec6a url('1.gif') 50% 50% no-repeat;
            color: #ffffff;
            text-indent: -10em;
            overflow: hidden;
            }
th.category {
              width: 200px;
              background: #bbe9ff;
              color: #134a5f;
              font-size: 1.3em;
              }
th.rental_days {
                 background: #b5ec6a;
                 color: #134a5f;
                 }
td.car_hire {
              width: 200px;
              background: #bbe9ff;
              color: #000000;
              }
td img {
         display: block;
         width: 50px;
         }