/* sets body flush to top and left and sets font face */

body
{
  font-family:      Arial;
  background-color: #ffffff;
  padding:          0;
  border-width:     0;
  margin-top:       1;
  margin-left:      1;
  margin-bottom:    0;
  margin-right:     0;
}

/* sets text within table cells to 11 pixels high */

td
{
  font-size: 12px;
}