/* This makes the background a light brown and sets up the
   scroll bar to be color for IE 5 or above. */
TH { background-color: silver; color: #000090; vertical-align: bottom;}
H1,H2,H3 { color: #000090; margin-top:0 }
body {
  font-family: Arial, sans-serif;
}


  table.StdTable {
    border: none;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    background-color: white;
  }

  table.StdTable tr {
    border: none;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    background-color: white;
  }

  table.StdTable th {
    border: 1px solid black;
    padding: 3px;
    margin: 0px;
    border-spacing: 0px;
    background-color: silver;
    color: #000090;
    text-align: center;
  }

  table.StdTable td {
    border: 1px solid black;
    padding: 3px;
    margin: 0px;
    border-spacing: 0px;
  }

  table.StdTable tr:nth-child(odd) {
    background-color: aliceblue;
  }
