body {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  line-height: 1.6;
  font-family: Calibri, Times New Roman, Arial, sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 1.5em;
  text-align: center;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

p {
  margin-bottom: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th {
  background-color: #d7d7d7;
}

th, td {
  border: 1px solid;
  padding: 8px;
  text-align: left;
}

.blob {
  font-weight: bold;
}

li {
  list-style: none;
}