a {
  text-decoration: none;
  color: blue;
}

h1 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

table {
  margin-left: auto;
  margin-right: auto;
}

td {
  width: 200px;
  padding: 5px;
  border-width: 1px;
  border: solid;
}

footer {
  font-size: 10px;
}

td.confession {
  width: 50%;
}

th.confession {
  font-weight: bold;
}

#content {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.subtitle {
  text-align: center;
  font-style: italic;
}

.current {
  color: red;
}

/*# sourceMappingURL=styles.css.map */