body {
  background-image: url("/images/home.png");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

dt {
  font-weight: bold;
}

a.mainlink {
  font-weight: bold;
  text-decoration: none;
  border-bottom: thin dotted blue;
}

a.mainlink:visited {
  border-color: navy;
}

dd {
  margin-bottom: 1em;
}

li {
  list-style-type: none;
}
