#news_container h1 {
  color : #0753BD;
}
.news_item {
  margin-bottom : 15px;
}
.news_item a:link, .news_item a:visited, .news_item a:hover {
  color : #4a92cc;
}

.news_date {
  font-weight : bold;
  color       : #818181;
}
.news_title {
  color : black;
}
.news_title a:link, .news_title a:visited, .news_title a:hover {
  color : black;
}

.news_item_text {
  width  : 280px;
  margin : 4px auto;
}
