/******************/
/* EH2013 Styles */
/******************/

   body                                                                             /* define the basic appearance of the page */
      { font                    : Georgia, "Bitstream Charter", serif
/*    ; background-image        : url(http://www.hash.st/eurohash/images/hash_foot.gif);     */
      ; background-color        : #f1f1f1
      ; color                   : black
      }

   td.evenRow                                                                       /* even rows in a table - to be implemented */
      { background-color        : wheat
      ; color                   : black
      }

   td.oddRow                                                                        /* odd  rows in a table - to be implemented */
      { background-color        : #EFF0CA
      ; color                   : black
      }
