table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  font-style: italic;
}

table {
  width: 70%;
}

td {
  text-align: center;
}

th {
  text-align: center;
  color: goldenrod;
}

h1 {
  color: rgb(60, 60, 138);
  font-family: Georgia, "Times New Roman", serif;
}

h2 {
  color: rgb(60, 60, 138);
  font-family: Georgia, "Times New Roman", serif;
}

h3 {
  color: rgb(60, 60, 138);
  font-family: Georgia, "Times New Roman", serif;
}

p {
  font-style: italic;
}

ol {
  font-style: italic;
}