Hello World!

This page has a light blue background color!

The internal stylesheet embedded in the head of this page

<style>
body {
  background-color: lightblue;
}
pre {
    background-color: white;
}
</style>