body {
  background-color: white;
  font-family: arial,helvetica, sans-serif;
  font-size: 12pt;
  padding: 0px;
  margin: 0px; }

table.whole {
  margin-top: 2em; }

div.content {
  margin: 1em; }
  div.content h1 {
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    text-align: center;
    font-family: times new roman, times, serif; }
  div.content p {
    text-align: justify;
    text-indent: 1em; }

table.choice {
  table-layout: fixed;
  min-width: 80%;
  width: 80%;
  /* because MSIE is horrible */
  margin: 1em 10% 0px 10%; }
  table.choice tr.writeup td {
    text-align: center;
    vertical-align: top;
    font-size: 80%;
    font-weight: bold; }
  table.choice tr.link td {
    vertical-align: middle;
    text-align: center; }
  table.choice tr.link a {
    margin: 0.7em 1em;
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding: 1ex 0px;
    font-size: 110%;
    border-color: #c0c0c0 #404040 #404040 #c0c0c0;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    color: black;
    white-space: nowrap; }
    table.choice tr.link a:hover {
      color: white;
      background-color: black; }

td#nothinged {
  text-align: right;
  vertical-align: top;
  width: 210px; }
  td#nothinged img {
    border: none;
    margin: 1ex; }

div#signature {
  margin: 1em 1ex;
  text-align: left;
  font-size: 80%; }
  div#signature a {
    text-decoration: none; }

div#copyright {
  border-top: solid 1px gray;
  padding-top: 0.5ex;
  font-size: 70%;
  margin: 1ex;
  text-align: right; }
