html {
  color: maroon;
}
#header > h1 {
  color: white;
  background-color: maroon;
}

#contents {
  background-color: #f8f1f1;
}

footer {
  background-color: maroon;
  color: white;
}
footer a {
	color: white;
}