div#header {
  background-color: #fff;
}

div#header h1 {
  color: black;
}

div#menu {
  background-color: #fff;
  border-bottom: 0.4em solid #dfdcdd;
}

div#content {
  background-color: #fff;
}

div#footer {
  border-top: 0.4em solid #ccc;
  border-bottom: 0.4em solid #ccc;
  background-color: #fff;
  margin:1em 0 2em 0;
}

a {
  color:blue;
}
