article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {   
  display: block;   
}

body {
  background: #ffffcc;
  border: thick;
  border-color: ##ffffcc;
  font-size: medium;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  width: 100%;
  height: 100%;
  margin: 2% auto 2% auto;
}

header.Header {
  display: block;
  text-align: center;
  width: 100%;
  background: #ffffcc;
  color: #000000;
  margin: 0 auto 0 auto;
}
nav.Content {
  display: block;
  text-align: center;
  background: #ffffcc;
  color: #000000;
  margin: 0 auto 0 auto;
}
footer.Journal {
  font-size: 1em;
  display: block;
  text-align: center;
  background: #ffffcc;
  color: #000000;
  margin: 0 auto 0 auto;
}

a.home {
  
  text-align: center;
  font-size: 1em;
}

p.Update {
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

  