@charset "utf-8";
/* CSS Document */

body {
  background-color: snow;
  color: steelblue;
  font-family: sans-serif;
}

h1, h2 {
  color: #444444;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
  color: #444444;
  text-align: center;
}

table {
  background-color: #E0FFFF;
}



<!-- This is comment code

Here is the code to link up this style sheet 

More info:  https://www.w3schools.com/css/css_howto.asp

Place the next line in the "head" area on the html page

<link href="styles.css" rel="stylesheet">

-->

