/* link text color in headers.  */
h1 a:link {
    color: #d5dbbd;
}

/* link text color in headers. will this have to be done with visited links too? */
h1 a:link {
    color: #202d10;
}

/* footer */
.footer {
  padding: 20px;
  font-size: 16px;
  text-align: center;
  color: #202d10; /* same color as header text */
  margin-top: 20px;
}