.fuel_prices {
    border-collapse: collapse; 
    width: 250px; 
    border: 0;
    /*
     * cellpadding: 5;
     * cellspacing: 0;
     * summary: "table of fuel prices by utility company and month";
    */
}
.fuel_prices td {
    border: 1px solid #626631;
    padding: .3em;
}
.fuel_prices_heading1 {
    background-color: #626631;
    color: #fff; 
    font-size: .95em; 
    font-weight: bold;
    text-align: center; 
}
.fuel_prices_heading2 {
    background-color: #F3F3EF; 
    color: #000;
    font-weight: bold; 
    font-size: .9em; 
    text-align: center;
    width: 100%;
}
.fuel_prices_row {
    background-color: #dcb67f; 
    color: #000; 
    font-size: .9em; 
}
