<style type="text/css">
        .table_titles, .table_cells_odd, .table_cells_even, .table_cells_oddark {
                padding-right: 25px;
                padding-left: 25px;
                color: #000;
        }
        .table_titles {
            color: #FFF;
            background-color: #666;
            font-weight: bold;
            text-align: center;
        }
        .table_cells_odd {
            background-color: #CCC;
            font-size: 25px;
            text-align: center;
        }
        .table_cells_oddark {
            background-color: #CCC;
            text-align: center;
        }
        .table_cells_even {
            background-color: #F8F8F8;
            text-align: center;
        }
        .table_cells_actual {
            background-color: #F8F8F8;
            font-size: 25px;
            text-align: center;
        }
        table {
            border: 0px solid #333;
        }
        body { font-family: "Trebuchet MS", Arial; 
        }
</style>