#headlines .headlines_arrow {
  float: left;
  width: 20px;
  height: 10px;
  margin: 0;
  font-weight: bold;
  font-size: 1.2em;
  color: #a51e29;
}

#headlines .item {
  width: 215px;
  margin: 0 0 4px 0;
}

#headlines .title p {
  width: 195px;
  float: left;
  margin:  0 0 8px 0;
  padding: 0;
  line-height: 1.4em;
  text-align: left;
}

#headlines .title a {
  font-size: 1.1em;
  color: #000000;
  text-decoration: none;
}

#headlines .title a:hover {
  text-decoration: underline;
}