.name {
  font: small-caps 24px "Arial Black", Arial, sans-serif;
  border-bottom: 1px solid black;
  background: #e2d8b4;
}
.name a {
  text-decoration: none;
  color: darkblue;
}
.footer {
  color: darkblue;
  font: small-caps 12px "Arial Black", Arial, sans-serif;
  border-top: 1px solid black;
  text-align: center;
}
.footer a {
  text-decoration: none;
}
body { margin: 0; }
table.navigation {
  border-collapse: collapse;
  margin: 0;
  xborder: 1px solid black;
  xwidth: 800;
}
table.navigation tr td.navleft {
  vertical-align: top;
  margin: 0;
  text-align: center;
  padding: 0px;
  border-right: 1px solid black;
  background: #e2d8b4;
}
table.navigation tr td.navleft a {
  text-decoration: none;
  color: darkblue;
}
table.navigation tr td.navleft table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
table.navigation tr td.navleft table tr td {
  font: 10pt Helvetica, Arial, sans-serif;
  border-bottom: 1px solid black;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
}
table.navigation tr td.navleft table tr td.l1 {
  font-weight: bold;
}
table.navigation tr td.navleft table tr td.l2 {
  padding-left: 10px;
}
table.navigation tr td.navleft table tr td.l3 {
  padding-left: 20px;
}
table.navigation tr td.content {
  border-top: 1px solid black;
  padding: 5px;
  vertical-align: top;
}

