html {
  font: normal 62.5% "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif; 
}

body {
  font-size: 1.2em;
  line-height: 140%;
  color: #444;
  }
  
h1, h2, h3, h4, h5 {
  letter-spacing: -0.04em;
  margin: 1.1em 0 0.9em 0;
  }
  
h1, h2 {
  font-weight: normal;
  }
  
h1 {
  color: ##6d6752;
  font-size: 1.8em;
  line-height: 120%;
  }
  
h2 {
  color: #3C1508;
  font-size: 1.6em;
  line-height: 110%;
  }
  
h3 {
  font-size: 1.4em;
  }
  

h3, h4, h5 {
  margin: 1.1em 0 0.6em 0;
  font-size: 1.2em;
  color: #178195;
  font-weight: bold;
  }


a {
  color: #178195;
}

a:hover {
  text-decoration: none;
}


