/* News */

.news {
  width: 640px;
  text-align:justify;
  padding: 10px 10px 10px 10px;
  margin: 5px 0px 5px 0px;
}

.news_title {
  color: #f1aa63;
  font-weight: bold;
}

.news_date {
  color: #f1aa63;
  font-weight: bold;
  font-size: 9px;
}

.news_text {
  padding: 5px 5px 5px 5px;
}