.likeabutton {
  font-size: 60%;
  font-family: sans-serif;
  background-color: powderBlue;
}
.listing {
  text-align: center;
}
.current, .active {
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  padding: 0 4px;
  text-align: center;
}
.current {
  color: #292929;
  text-decoration: none;
  cursor: default;
}
.active {
  color: #003399;
  text-decoration: underline;
  cursor: hand; cursor: pointer;
}
.column_date, .column_headline {
  padding-top: 8px;
}
.column_date {
  vertical-align: top;
  text-align: right;
  padding-right: 8px;
}
.column_headline {
  padding-right: 6px;
}
.pale_label {
	
}