  body {
    color: #333399;
    background: #f8f8f8;
    font-family: "Gill Sans", sans-serif;
    font-size: 12pt;
    margin: 1em;
  }

  h1 {
    color: #000000;
    font-family: "Gill Sans", sans-serif;
    font-style: strong;
    font-size: 22pt;
    text-align:left
  }
  h2 {
    font-family: "Gill Sans", sans-serif;
    font-size: 16pt;
    text-align:left          
  }
  h3 {
    font-family: "Gill Sans", sans-serif;
    font-size: 12pt;
    text-align:left          
  }
  h4 {
    font-family: "Gill Sans", sans-serif;
    font-size: 12pt;
    text-align:left          
  }

  ul {
    list-style-image: url(../img/dotw2.png);
  }

  small {
    font-family: "Gill Sans", sans-serif;
    font-size: 10pt;
  }   

  a:link {
    color: #ff6600;
    text-decoration: none;
    font-weight: normal;
  }
  a:visited {
    color: #ff6600;
    text-decoration: none;
    font-weight: normal;
  }
  a:hover {
    color: #333399;
    text-decoration: none;
    background: #537CFF;
    font-weight: normal;
  }
