table {
  table-layout: auto;
  width: 98%;
  margin: 2px;
}
thead th {
  border-bottom: 1px solid #000000;
  background-color: #4F4F4F;
  color: #FFFFFF;
  font-weight: bold;
  center;
}
#odd  {
  background-color: #ffffff;
}
#even {
  background-color: #dfdfdf;
}
td, th {
  padding: 3px 3px;
  color: #000000;
}
#litem {
  width: 20%;
  left;
  middle;
}
#ldesc {
  width: 80%;
  left;
  middle;
}
#defitem {
  width: 15%;
  right;
  middle;
  font-family: Courier, "Courier New", "Andale Mono", Monaco, monospace;
}
#defdesc {
  width: 85%
  left;
  middle;
  font-family: Helvetica, Arial, sans-serif;
}

