.newsDiv {
  position: absolute;
  right: 25px;
  top: 300px;
  /*border-color: black;
  border-style: solid;
  border-width: thin;*/
  width: 20%;
  height: 80%;
  font-family: Bookman;
  color: #444;
  text-align: left;
  padding: 3px;

}

.newsHeader {
  margin-bottom: 5px;
  color: #4CAF50;
  font-weight: 200;
  text-align: left;

}
.news {
  margin-top: 10px;
  font-size: 11px;

}
