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


