h1.newsbar {
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding: 2px 12px 2px 12px;
  border-color: #d3d3d3 rgb(70,70,70) rgb(70,70,70) #d3d3d3;
  border-width: 1px;
  border-style: solid;
  color: black;
  /*background: #d9d9d9;*/
  background: #f4ede7;
  font-size: 110%;
}

.news-list-item p, .news-latest-item p {
  padding: 0px 1.2em 0px 1.2em;
}

.newsheader {
  float: left;
  font-size: 100%;
}

.newsdate {
  float: right;
}

.newstext {
  clear: both;
}



