* {
  font: 1em/1.429 'Open Sans', sans-serif;
}

a {
  color: rgb(42, 114, 204);
  text-decoration: none;
}

a:hover {
  color: rgb(33, 90, 162);
  text-decoration: none;
}

b {
  font-weight: 600;
}

i {
  font-style: italic;
}