 body {
  color:white;
  background-color: black;
  font-family: "Trebuchet MS";
  font-size: 75%;
  font-size: 12px;
 }
 table {
  font-size: 12px;
  border-collapse: collapse;
  border: 1px solid black;
 }
 td,th {
  border: 1px solid black;
 }
 table.nobordertable,table.nobordertable td,table.nobordertable th {
  border: none;
 }
 p {
  padding:0;
  margin:0 0 1em 0;
 }
 th {
  text-align: left;
 }
 th.th_top {
  background-color: #d14400;
  color: white;
 }
 th.th_left {
  background-color: #d14400;
  color: black;
 }

