caption, th {
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

th, td {
    border: none;
    border-bottom: 1px solid #AE0345;
}

h2 {
    border-bottom: solid;
}

.ordered_list li {
    list-style-type: decimal;
    margin-left: 20px;
}

.unordered_list li {
    list-style-type: circle;
    margin-left: 20px;
}

.head, .body, .foot {
    max-width: 768px;
}

.site_head {
    text-align: right;
}

.foot p {
  border: 1px solid silver;
  color: gray;
  font-size: 0.8em;
  margin: 10px;
  padding: 0.5em;
}
