h1 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #bc1e2c;
    border-top: 10px solid #bc1e2c;
    border-bottom: 10px solid #bc1e2c;
    text-transform: uppercase;
}
hr {
	border-top: 10px solid #bc1e2c;
   margin: 10px 0 10px 0;
}
.items>div {
	margin-bottom: 10px;
}
.news_date {
	color: #bc1e2c;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	margin-top: 10px;
	color: #333;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
h2 a {
	color: #333;
}
h2 a:hover {
	color: #333;
}