a.news2 {
  display: inline-block;
  background: #ffffff;
  color: #555555;
  width: 100%;
  font-size: 100%;
  line-height: 1.9;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  padding: 1em;
  transition: all 0.6s;
  margin-bottom: 6px;
}
a.news2:visited {
  background: #ffffff;
  color: #555555;
  border: 2px solid #ffffff;
  text-decoration: none;
}
a.news2:active {
  background: #ffffff;
  color: #ffffff;
  border: 2px solid #aaaaaa;
  text-decoration: none;
}
a.news2:hover {
  background: #ffffff;
  box-shadow: 0 0 0 300px #aaaaaa inset;
  border-color: #aaaaaa;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}


