/* steve.css */
body {
  background-color: rgb(70, 70, 70);
  color: white;
  font-family: Arial, sans-serif;
}

a:link { color: lightgreen }
a:visited { color: lightgreen }
a:active { color: lightgreen }
a:hover { color: lightsalmon }
