h2.top_headline {
	position: relative;
  	margin: 0.5em 0.5em;
	padding: 1em 0.5em;
  	font-weight:bold;
	font-size:18px;

}
h2.top_headline:before,
h2.top_headline:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
h2.top_headline:before {
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
h2.top_headline:after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
