
  a:link {
    color:"#0000CC";
    text-decoration: underline;
  }

  a:visited {
    color: #660099;
    text-decoration: underline;
  }

  a:hover {
    color: #0066FF;
    text-decoration: underline;
  }

  body {
    background-color: white;
    font-family: Tahoma, Arial;
  }

  h1 {
    font-family: Bookman Old Style, Book Antiqua, Times New Roman;
    color: #6E3133;
    margin-bottom: 0;
  }

  h2 {
    font-family: Bookman Old Style, Book Antiqua, Times New Roman;
    color: #7C4815;
    margin-bottom: 0;
  }

  h3 {
    font-family: Bookman Old Style, Book Antiqua, Times New Roman;
    color: #4F2E33;
    margin-bottom: 0;
  }


