      header {
        background: #222;
      }
      footer {
        color: #fff;
      }
      footer :any-link {
        color: #fff;
      }
      nav {
        background: #f8f8f8;
      }
      main {
        background: #fff;
        padding-bottom: 20px;
      }
      .nav-link {
        color: #222;
        font-weight: bold;
        margin-right: 25px;
        display: block;
        font-size: 17px;
		font-family: "Open Sans Condensed";
      }
	  .section-heading {
		  background: none; 
		  padding: 0px 0px 0px; 
		  border: none; 
		  box-shadow: none; 
		  border-bottom: solid 3px #ddd; 
		  border-radius: 0px;
		  font-family: "Open Sans Condensed";
	  }
	  .section-heading h3 {
		  text-transform: uppercase;
		  font-weight: bold;
		  display: table;
		  margin: 0px 0px -3px 0px;
		  font-family: "Open Sans Condensed";
	  }
	  .section-heading h4 {
		  text-transform: uppercase;
		  display: table;
		  font-weight: bold;
		  margin: 0px 0px -3px 0px;
		  font-family: "Open Sans Condensed";
	  }
	  .article-headline h1 {
		  font-family: "Open Sans Condensed";
		  font-weight: bold;
		  font-size: 2.2em;
		  letter-spacing: -1px;
		  line-height: 40px;
	  }
	  .article-content img {
		  display: block;
		  margin: 5px;
		  margin-left: auto;
		  margin-right: auto;
		  
	  }
	  .article-content p:first-child {
		  font-weight: bold;
	  }
	  h3 {
		  text-transform: uppercase;
		  display: table;
		  font-weight: bold;
		  margin: 0px 0px -3px 0px;
		  font-family: "Open Sans Condensed";
	  }