.inline {
  display: inline;
}

.link-button {
  background: none;
  border: none;
  color: #006699;
  cursor: pointer;
}
.link-button:focus {
  outline: none;
}
.link-button:active {
  color:red;
}
.link-button:hover{
  color: #006699;
  cursor: pointer;
  background-color: yellow;
}