table {
  border-collapse: collapse;
  margin: 2.5%;
}

th {
  border: 0;
  background-color: coral;
  height: 40px;
  width: 120px;
  text-align: right;
}

td {
  text-align: center;
}

td:hover {
  background-color: coral;
}

th,
td {
  border-bottom: 1px solid coral;
  border-right: 1px solid coral;
}

ul {
  list-style-type: square;
}

ol {
  list-style-type: upper-roman;
}

li {
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  font-size: 16px;
}

dl {
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  font-size: 16px;
}

dt {
  font-size: 24px;
}
