
body {
  margin: 0;
  background-color: #ffffff;
  width: 100%;
  }

table {
  margin: 0;
  background-color: #ffffff;
  width: 100%;
  background-color: transparent
  }

td {
  font-size: 16px;
  font-family: Dialog;
}

td.begin {
  font-size: 0px;
  color: white;
  width: 100%;
  text-align: left;
  height: 0
  }

td.end {
  font-size: 0px;
  color: white;
  width: 100%;
  text-align: right;
  height: 0
  }

