body{
  font-family: sans-serif;
  background-color: white;
}
h1{
text-align: center;
margin-top: 30px;
}
h2{
  margin-left: 40px;
}
h1, h2 {
    font-family: Georgia, serif;
    color: darkorchid;
}
.footer {
  width: 100%;
  clear: both;
}
p{
  color: grey;
  margin-left: 40px;
  margin-right: 20px;
}
div.a{
  line-height: 30px;
}
div.b{
  line-height: 20px;
}
li {
	margin-left: 30px;
}
a:link, a:visited, a:active {
    color: grey;
    text-decoration: none;
}
a:hover {
    color: pink;
    text-decoration: underline;
}

.responsive{
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.skip-links{
  width: 100%;
  background-color: black;
  padding: 10px;
}
.skip-links a{
  color: white;
}
