@charset "utf-8";
/* CSS Document */

body {
  background-color: GrassGreen;
  color: cyan;
}

h1, h2 {
  color: GrassGreen;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}

.fake-link {
  color: #0000EE; /* Default blue link color on most browsers */
  text-decoration: underline; /* Add the underline */
  cursor: pointer;
}



fake-link h2 {
  color: #333;
}




<!-- 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">

-->

