h2 {
	margin-top: -6px;
	margin-bottom: 10px;
	/*padding-bottom: 10px;*/
  padding: 7px;	
  background: #ea8a00; /*del*/
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	/*border-bottom: 10px solid #ea8a00;*/
  text-transform: uppercase;
}
hr {
	border-top: 10px solid #ea8a00;
  margin: -6px 0 10px;
}
h3 {
	color: #ea8a00;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}