body {
  color: #eeeef6;
  background-color: #44444c;
  margin: auto;
  max-width: 1024px;
}

article {
  border: solid thin #9999a1;
  border-bottom: none;
}

dt {
  font-weight: bold;
}

dd {
  text-align: justify;
}

img {
  border: 0;
}

a {
  color: #aaccff;
}

hgroup, footer {
  margin: 0em;
  padding: 1em 0em;
  text-align: center;
}

hgroup h1 {
  margin: 0;
}

hgroup h1 a {
  text-decoration: none;
}

hgroup p {
  margin-bottom: 0;
}

hgroup li {
  display: inline;
}

footer {
  padding: 1em;
  margin: 0;
  text-align: center;
}

footer ul {
  position: relative;
  left: -1em;
}

footer li {
  display: inline;
  list-style-type: none;
}

section {
  color: #dddde4;
  background-color: #22222a;
  margin: 0;
}

section h2 {
  color: #ccccd4;
  background-color: #33333b;
  margin: 0;
  padding: 0.5em;
}

section p {
  text-indent: 1em;
  text-align: justify;
}

.content {
  padding: 0 1em;
  border-bottom: solid thin #9999a1;
}
