*.milk { font-variant: small-caps }

table.milk-header {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.5em;
}

table.milk-header td {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  border-bottom-style: ridge;
  border-bottom-color: white;
}

table.milk-header td:first-child {
  vertical-align: top;
  width: 50px;
}

table.milk-header td h1 {
  text-align: center;
}

table.milk-header td h2 {
  text-align: center;
  font-size: medium;
  font-style: italic;
  font-weight: normal;
}

table.milk-header td h3 {
  text-align: center;
  font-size: small;
  font-style: normal;
  font-weight: normal;
}

table.milk-header td p {
  font-style: italic;
}

table.footer {
  border-collapse: collapse;
  margin-top: 2em;
  margin-bottom: 0;
  width: 100%;
  background-color: white;
}

table.footer td {
  padding-top: 0.5em;
  padding-bottom: 0.2em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  border-top-style: ridge;
  border-color: white;
  text-align: left;
  vertical-align: top;
  font-size: small;
  font-face: sans-serif;
  color: rgb(96,96,96);
}

table.footer td + td {
  text-align: right;
}

table.footer :link, table.footer :visited {
  color: rgb(32,32,128);
}

p.filler {
  text-align: center;
  font-size: 13em;
  font-family: sans-serif;
  font-weight: bold;
}

ul.main {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-left: 7em;
}

table.ad { 
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

table.ad td.label {
  color: #888888;
  font-style: italic;
  text-align: center;
  padding-bottom: 1em;
}
