<!--

  body {background-image: url(images/parchment_texture.jpe);
        background-position: center;
        background-repeat: repeat;
  }

  h1 {
    font-size: 50pt;
    font-weight: lighter;
    font-family: Arial;
  }
  
  table {
    border-style: none;
    border-spacing: 0;
    border-width: 0;
    padding: 5px;
  }

  td {
    border: 0;
    vertical-align: top;
    padding: 3px;  
  }

  th {
    border: 0;
    vertical-align: top;
    padding: 3px;
  }

  tr {
    border: 0;
    vertical-align: top;
    padding: 3px;
  }

  a:link {
    color: maroon;
  }

  a:visited {
    color: purple;
  }
  
  a:active {
    color: red;
  }
-->
  