table.price-list {
    width:500px;
    margin:auto;
    cellpadding:"2";
    cellspacing:"0";
}
table.price-list th {
    text-align:left;
    font-weight: bold;
}
table.price-list tr.even {
    background-color: #D8ECF1;
}
table.price-list tr.odd {
    background-color: #EAEAEA;
}
table.price-list tr.even:hover td,
table.price-list tr.odd:hover td
 {
    color:#000000;
}
