.testa {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

testa:link {
  color: #265301;
}

testa:visited {
  color: #437A16;
}

testa:focus {
  border-bottom: 1px solid;
  background: #BAE498;
}

testa:hover {
  border-bottom: 1px solid;
  background: #CDFEAA;
}

testa:active {
  background: #265301;
  color: #CDFEAA;
}