.w-base-link {
  color: green;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none; }
  .w-base-link:hover {
    text-decoration: underline; }
