body { 
  padding: 0;
  margin: 0;
  font: 14px Calibri, Arial, Helvetica, sans-serif;
  line-height: 19px;
  color: #000000;
  text-align: left;
}

h1 {
  margin: 3px 5px 10px 3px;
  padding: 1px 7px;
  font: normal 24px Calibri, Arial, Helvetica, sans-serif;
  color: #000000;
  border: #4384BE 1px solid;
}

table {
  width: 100%;
}
  table th {
    width: 345px;
    text-align: left;
  }
    table th img, object {
      border: #4384BE 1px solid;
    }
  table td {
    text-align: center;
  }
    table td img {
      border: none;
    }

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}