.grey {
  background-color: #F5F5F5 !important;
}

.white {
  background-color: #FFFFFF !important;
}

.newsTitle {
  font-size: 13px;
  line-height: 140%;
  color: #0B4799;
  font-weight: bold;
  padding-bottom: 10px;
}

.newsTitle a {
  color: #0B4799 !important;
  text-decoration: none !important;
}

.newsTitle a:hover {
  text-decoration: underline !important;
}
.newsDate {
  font-weight: bold;
  padding-bottom: 15px;
}

.news {
  padding: 10px;
}

.news a.photo {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.news a img {
  padding: 3px;
  border: 1px solid #6b9ee4;
}

.news div a {
  color: #000066;
  text-decoration: underline;
}
