    <style type="text/css">
      table#tabs {
        margin-bottom: 1em;
      }
      td.tab, td.selectedtab, td.tabspacer, td#contentscell {
        border: 1px solid black;
      }
      td.tabspacer {
        border-width: 0 0 1px;
      }
      td.tab, td.selectedtab {
        width: 20%;
        padding: 2px 5px;
      }
      td.tab {
        background: #CCCCCC;
        cursor: pointer;
      }
      td.selectedtab {
        border-bottom: 0px none;
      }
      td.selectedtab, td#contentscell {
        background: #EEEEEE;
      }
      td#contentscell {
        border-width: 0 1px 1px;
        padding: 5px;
      }
      div.contents {
        display: none;
      }
      div.selectedcontents {
        display: block;
      }
    </style>
