h1.newsbar {
  padding: 0px;
  padding-bottom: 0px;
  border: 0px solid black;
  border-bottom: 1px solid black;
  margin-top: 2em;
  margin-bottom: 0.5em;
  background: white;
  color: black;
  font-size: 110%;
 
}

.news-list-item p {
  padding: 0px 1em 0px 1em;
}

.newsheader {
  float: left;
  font-size: 100%;
}

.newsdate {
  float: right;
}

.newstext {
  clear: both;
}


