#newsletter {
	color: rgb(32, 32, 32);
	text-align: left;
}
#newsletter h1 {
	font-size: 1.25rem;
	font-weight: bold;
	margin:40px 0 20px 0;

	text-transform: uppercase;
	color: rgb(75, 155, 95);
}
#newsletter img {
	margin: 10px 0 0 0;
	width: 190px;
}
#newsletter h2 {

	font-size: 1rem;
	font-weight: bold;
	margin-top:30px;
	margin-bottom: 14px;
	color: unset;	
	text-align: unset;
}
#newsletter p {
	margin-top:10px;
	margin-bottom: 10px;	
}
#newsletter .headline-credits {
	display: inline-block; 
	margin-top:20px;
	margin-bottom:0;
}
#newsletter .credits {
	display: inline-block; 
	font-style:italic; 
	font-size:0.9rem; 
	margin-top:20px;
	margin-bottom:0;
}
#newsletter hr {
	margin: 18px 0 18px 0;
	border: 1px solid #EDEDED;
}
#newsletter p {
	margin-top: 16px;
	margin-bottom: 16px;
}
#footer {
	color: #666666; 
	font-size: 0.8rem;
}
#newsletter a {
  color: rgb(75, 155, 95); /* From http://clrs.cc */
  text-decoration: none;
}
#newsletter a:hover, a:focus {
  text-decoration: underline;
}
#newsletter li {
  margin-bottom: 10px;
}
