  body {
    font-family: sans-serif;
    font-size: small;
    font-size: 9pt;
    text-align: left;
    background-color: white;
//    color: #7d7494;
    color: black;
  }

  a {
    text-decoration: none;
//    color: #7d7494;
    color: gray;
  }

  a:hover {
    text-decoration: underline;
  }


  #bground {
    width: 640px;       /* to make it just big enough to hold the table */
    margin: auto;  /* to center (except in ie) */
    position: relative; /* this makes this guy the parent of name */
  }

  #main {
    width: 640px;
    margin: auto;
  }

  #menu {
    padding-left: 2em;
    padding-bottom: 1em;

  }

  #pictures {
    margin: auto;
  }

   #content {
     border-style: dotted;
     border-width: thin;
     padding: 2em;
   }
