h1 {
  font-family: "Arial";
  font-style: Italic;
}

h2 {
  color: blue;
  font-weight: bold;
}

p {
  font-size: 20px;
  font-family: "Courier New";
}

li {
  font-size: 20px;
  font-family: "Courier New";
}