body {
  color: #444444;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-image: url(back.png);
  background-repeat: repeat-x;
  background-color: #eaeaea;
}

h1 {
  text-align: center;
}

p {
  text-align: justify;
}

a {
  text-decoration: none;
}

a:hover {
  color: #444444;
}

li {
  list-style: circle;
  text-align: justify;
}

ul.topLevel > li {
  margin-bottom: 0.8em;
}

div#logo {
    width: 72em;
    margin: auto;
}

div#content {
  width: 500px;
  margin: auto;
}

span.familyName {
  font-variant: small-caps;
}

