  table {
    border-style: none;
    vertical-align: top;
    font-size: small;
  }
  body { 
    background-color: white; 
    color: black;
    font-family: Georgia, "New Century Schoolbook", Times, serif;
    font-size: small;
  }
  img { border-style: none; }
  h1 {
    font-weight: normal;
  }
  h2 {
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 0px;
  }
  h3 {
    font-size: small;
    margin-top: 6px;
    margin-bottom: 0px;
  }
  p {
    margin-top: 0px;
  }
  a {
    font-weight: bolder;
    text-decoration: none; 
  }
  a:link {
    color: #990000;
  }
  a:visited {
    color: #990000;
  }
  ul {
    margin-top: 1px;
    margin-bottom: 15px;
  }
  blockquote {
    text-indent: -4em;
    margin-left: 6em;
  }
  blockquote p {
    margin-top: 0;
    margin-bottom: 0;
  }
  #menu {
    background-color: transparent;
  }
  #menu a {
    display: block;
    color: #666666;
  }
  #menu a:hover {
    color: white;
    background-color: #990000;
  }
  #menu td {
    text-align: center;
    border-top: 1px solid #999999;
    width: 100px;
    margin: 0;
    padding: 0;
    font: 10px/15px Verdana, Lucida, Arial, sans-serif;
    color: black;
  }
  #internalmenu td {
    text-align: right;
    margin: 0;
    padding: 0;
    font: 10px/15px Verdana, Lucida, Arial, sans-serif;
    color: black;
    background: white;
  }
  #internalmenu a {
    color: #666666;
    display: block;
  }
  #content {
    clear: right;
  }
  #sidebar {
    padding-right: 25px;
    text-align: right;
    margin-top: 0.5em;
  }
  #sidebar img {
    margin: 45px 0 5px 0;
  }
  #sidebar h2 {
    font-size: smaller;
    font-weight: normal;
    margin: 0;
  }
 
