  A:link {
    color: Teal;
    text-decoration: none;
  }
  A:active {
    font-style: normal;
    color: #FF9900;
    text-decoration: underline;
  }
  A:visited {
    color: Gray;
    text-decoration: none;
  }
  A:hover {
    color: #FF0000;
    text-decoration: underline;
  }
  body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: x-small;
    text-decoration: none;
  }
  div {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
  }
  li {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    text-decoration: none;
  }
  p {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
  }
  td {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
  }
  ul {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
  }
  ol {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
  }
  h1 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: x-large;
    text-decoration: none;
  }
  h2 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: large;
    text-decoration: none;
  }
  h3 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: medium;
    text-decoration: none;
  }
  h4 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: small;
    text-decoration: none;
  }
  h5 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: x-small;
    color: green;
    text-decoration: none;
    line-height: normal;
  }
  li {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
  }