a {
  color: @black;
  text-decoration: none;
  &:hover {
    color: @red;
  }
}