html {
  font: normal 62.5% Arial, Helvetica, sans-serif; 
}

body {
  font-size: 1.3em;
  line-height: 1.6em;
  color: #000;
  }
  a {
    text-decoration:none;
  }
  a:visited{
    color: #006600;
  }

h1,h2,h3,h4,h5,h6{
  margin: 0.5em 0;
  font-weight: normal;
  color: #333333;
}
  h1{
    font-size: 1.8em;
    color:#000000;
  }
  h2{
    font-size: 1.6em;
    margin-top: 1.0em;
     margin-bottom: 0.75em;
  }
  h3{
    font-size: 1.4em;
     margin-top: 1.0em;
     margin-bottom: 0.75em;
  }
  h4{
    font-size: 1.2em;
    color:#BD4000;
  }
  h5{
    font-size: 1.1em;
    color:#003399;
  }
  h6{
    font-size: 1.0em;
    color:#666666;
  }
  p, span { 
    line-height:1.6em; 
    margin:0.5em 0; 
    margin-bottom: .75em; 
  }
  ul{
    list-style-image:url(/images/bullet.gif);
  }
  ul ul {
    list-style-image:url(/images/bullet2.gif);
}