<style type="text/css">
         table.fixtures
         {
            background-color: #fff;
            border: 1px solid #89BADA;
            color: #404040;
            font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
            font-size: 12px;
         }
         table.fixtures th,
         table.fixtures td
         {
            padding: 3px 10px 3px 5px;
            text-align: left;
            vertical-align: middle;
         }
         table.fixtures tr.odd
         {
            background-color: #fff;
         }
         table.fixtures tr.even
         {
            background-color: #E8F2F8;
         }
         table.fixtures th
         {
            background-color: #89BADA;
            color: #fff;
            font-weight: bold;
            font-size: 14px;
         }
         table.fixtures td
         {
            border-right: 1px solid #f1f1f1;
         }
         table.fixtures th h1, table.fixtures th h2, table.fixtures th h3,
         table.fixtures th h4, table.fixtures th h5, table.fixtures th h6
         {
            margin: 0;
            padding: 0;
         }
         table.fixtures td.homeAway
         {
            text-align: center;
         }
         table.fixtures td.result
         {
            border-right: 0 none;
         }
      </style>
