  body {
    background: white;
    color: #333;
    font: 100%/1.5 Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    color: black;
  }
  a {
    color: #fe7805;
    text-decoration: none;
  }
  a:hover,
  a:active {
    text-decoration: underline;
  }
  a img {
    border-width: 0;
  }
  h1, h2, h3, h4, h5, h6, ul, ol, p, table, form, blockquote,
  header, footer, nav, section, article, aside,
  .ad, .map, .video, #header .social {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 0em;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  h1 {
    font-size: 2em;
    line-height: 1.3em;
  }
  h2 {
    font-size: 1.4em;
    line-height: 1.3em;
    position: relative;
  }
  h3 {
    font-size: 1.1em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 1em;
  }
  li ul {
    margin-top: 0;
  }
  /* Hiding all elements except logo */
  #universal-toolbar, #header .search, #header nav.main, .nav-collapse, 
  #header nav.secondary,footer, #crumbs, .content-aside, .footer-aside,
  .addthis_toolbox, #disqus_thread, #content .social,#letter-to-editor
  {
    display: none;
  }
