p {
  color: red;
  text-align: left;
}

.hl {
  color: blue;
  text-align: center;
  font-family: Verdana;
  font-size: 110%;
}

body {
  background-color: lightblue;
}
