.title-box {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 200%;
  text-align: center;
  color: lightblue;
  background-color: darkblue;
  border: 2px solid black;
}

a.title-link, a.title-link:link, a.title-link:visited {
  color: lightblue;
  text-decoration: none;
}

a.title-link:hover {
    color: red;
}

.content-box {
  margin: 0;
  padding: 0 0 0 10px;
  width: 80%;
  font-size: 120%;
  text-align: left;
  line-height: 1.5;
  color: black;
  background-color: lightgray;
  border: 2px solid gray;
}

.field-title {
  display: inline;
  margin: 0;
  padding: 0 4px 0 0;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
}

.field-box {
  display: inline;
  margin: 0;
  padding: 4px 10px 4px 10px;
  width: 80%;
  font-size: 120%;
  text-align: left;
  line-height: 1.5;
  color: black;
  background-color: lightgray;
  border: 2px solid gray;
}

ul.content-list {
  list-style-position: outside;
}

li.content-list-item {
  font-size: 120%;
  text-align: left;
  line-height: 1.5;
}

.copyright {
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 120%;
  text-align: center;
}