a {
  text-decoration: underline;
  color: pink;
  font-weight: normal;
  font-size: 12pt;
}

h1 {
  font-family: Arial;
  color: pink;
  font-size: 14pt;
}

code {
  font-family: Arial;
  font-style: italic;
  color: blue;
  background: pink;
  font-size: 14pt;
}