body {
    color: black;
    background-color: lightblue;
}
a:link { color: blue
    }
a:visited {color: "#551A8B"
}
a:active { color: "#0000FF"
}

h1 {text-align: center }

.larger {
  font-size: 1.2em;  /* or 110% */
}

.smaller {
  font-size: 0.8em;  /* or 90% */
}