.news {
  margin-left: 25%;
  margin-right: 25%;
}
.news-item { 
  border: solid white 1px;
  margin-bottom: 2em;
  padding: 3px;
}
.news-head { 
  color: #f0f0f0;
  font-size: 14pt;
  font-weight: bold;
  background-color: #404040;
}
.news-poster { font-weight: bold; }
.news-date { font-weight: bold; }
.news-info { 
  color: #d0d0d0;
  background-color: #20202;
}
.news-text {
  color: #00ff00;
}
.news-hide {
  position: float;
  float: right;
}
