body {
    font-family: Cochin, Georgia, Times, serif;
}

thead tr {
    background: black;
    color: white;
    text-align: center;
}

thead tr a {
    color: white;
    font-weight: bold;
}

tbody td {
    border: 1px solid white;
}

.even { 
    background: #DFD;
}

.odd {
    background: #DDF;
}

.stars {
    width: 85px;
}

.price {
    text-align: right;
}

