

body
{
  background-color:#ede3d3;
}

.content
{
  max-width:800px;
  background-color:#e7d9c1;
  padding-right:2em;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:2em;
}

.header
{
  float:center;
  max-width:50em;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  border-bottom-style:solid;
}

.footer
{
    text-align: center;
    padding-top:20px;
    border-top-style:solid;
}

.title
{
  font-family:serif;
  font-size: 3em;
  font-weight:bold;
  margin-bottom:.2em;
}

.title a
{
  text-decoration: none;
  color: inherit;
}

.author
{
  font-family:serif;
  font-size: 1.5em;
  margin-bottom:.2em;
}


.nav-links
{
  margin-top: 30px;
  float: center;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.nav-links li
{
  display:inline;
  margin-right: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 5px;
  background-color: #d8c7ab;
  border:1px solid #c6b79f;
  font-size: 120%;
}

.nav-links a
{
  color: #444;
  text-decoration: none;
  cursor: auto;
}
.nav-links a:hover
{
  color: #fff;
  text-decoration: none;
  cursor: auto;
}

.section
{
  clear:both;
  margin-left:2em;
}

.section h2
{
  font-family:sans-serif;
  font-size: 1.0em;
  font-weight:bold;
  margin-top:.5em;
  margin-bottom:0em;
}

.section h1
{
  font-family:sans-serif;
  font-size: 1.5em;
  font-weight:bold;
  margin-top:.5em;
  margin-bottom:0.2em;
}

.section p
{
  margin-top:.25em;
  margin-bottom:.5em;
  padding-left:.5em;
}
