body {
  background-color: white;
}
h1 {
  font-size: 1em;
  font-family: times;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
p {
  font-size: 1em;
  font-family: times;
  line-height: 1;
  margin: 0;
}
a {
  text-decoration: none;
  color: darkblue;
}
a:hover {
  color:lightblue;
}