html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  background: white;
  color: #000;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 11px;
  line-height: 18px;
}

body {
  padding: 12px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  border-collapse: collapse;
}

td {
  padding: 0;
  padding-right: 12px;
  white-space: nowrap;
  vertical-align: top;
}

.size,
.date {
  color: #000;
}