/*
 * Style definition for the news quotes in the left panel
 */
.newstitle {
  text-align: center;
  background: #d9ffd1;
  color: black;
  border-bottom: 3px solid #2f932f;
  margin-bottom: 4px;
}
.newsbox {
  background: #d9ffd1;
  margin-bottom: 4px;
  color: #000000;
  padding-left: 2px;
  padding-top: 0px;
  padding-bottom: 2px;
  font-size: 10px;
  line-height: 1.2;
}
.newsbox a, .newsbox a:visited {
  color: #000000;
  font-weight: bold;
}
.newsbox a:hover {
  color: #0000ff;
}
.attribution {
  font-size: 10px;
}
