  body {
    background-image: url(bg1.jpeg);
    font-weight: bold;
    font-family: arial;
    color: #0000ff;
    margin-left: 10pt;
  }
  
  a:link {
    color: #000080;
  }

  a:active {
    color: #800080;
  }

  a:visited {
    color: #ff00ff;
  }

  p.main {
    text-decoration: underline;
  }

  h1 {
    text-align: center;
  }

  hr {
  }

  table {
    padding: 0pt 0pt 0pt 0pt;
    border: thin groove #3333cc;
  }

  td {
    height: 38;
    width: 20%;
    border: thin groove #3333cc
  }

  td.head {
    text-align: center;
    font-weight: bold;
    height: 19pt;
    width: 20%;
    border: thin groove #3333cc
  }
