body {
  background-color: white;
  color: #a60339;
  font-size: 13px;
  font-family: Arial, sans-serif;
}
a         {color: #a60303;}
a:active  {color: #000000;}
a:visited {color: #a60037;}
table {
  border: none;
  font-size: 13px;
}
td {border: none;padding: 10px;}
body > table {
  margin: 0 auto;
  max-width: 900px;
}
/* Navigation Styles */
body > table > tbody > tr:first-child > td:first-child > p:first-child {
  margin-top: 7.7em;
}
body > table > tbody > tr:first-child > td:first-child  {
  position: relative;
  font-size: 18px;
  width: 150px;
  text-align: right;
}
body > table > tbody > tr:first-child > td:first-child > p {
  margin: 13px 0;
}
body > table > tbody > tr:first-child > td:first-child > p:last-child {
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}