html {
  color: black;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 76%;
}

body {
  padding: 10px;
  max-width: 50em;
  margin: 0 auto;
  text-align: justify;
}

h1 {
  font-size: 2em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  margin: 1.2em 0;
  border-bottom: 2px solid #00C;
  color: #00C;
  font-size: 1.7em;
  font-weight: normal;
}

h3 {
  margin: 1.2em 0;
  font-size: 1.4em;
  font-weight: normal;
}

p {
  margin: 1.2em 0;
  line-height: 1.5em;
}

a {
  color: darkblue;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 20px;
  margin-left: 0;
}

li {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

dt {
  font-weight: bold;
}

dd p, li p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

tt {
  font-family: monospace;
  font-size: 1.2em;
}

.navigation {
  text-align: center;
}

.navigation li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

.navigation a {
  display: block;
  margin: 0;
  border: 1px solid #CDE;
  padding: 1px 8px;
  background-color: #EFF;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

.navigation a:hover {
  background-color: #DEF;
}

.maff-icon {
  min-height: 48px;
  padding-left: 68px;
  background-image: url("images/maff-icon.png");
  background-position: left center;
  background-repeat: no-repeat;
}
