.unset-style * {
  margin: initial;
  padding: initial;
  border: initial;
  outline: initial;
  font: inherit;
  vertical-align: initial;
  background: initial;
  text-align: initial;
  color: inherit;
}
.unset-style a {
  color: blue;
  text-decoration: underline;
}
.unset-style img {
  max-width: 100%;
}
.unset-style b, .unset-style strong {
  font-weight: bold;
}
.unset-style s {
  text-decoration: line-through;
}
.unset-style i {
  font-style: italic;
}