body {
  background-color: #FFFFFF;
  color: #770000;
  font-family: Tahoma, Geneva, Arial, sans-serif;
  margin: 0;
  padding: 20px;
}
h1 {
  font-size: 48px;
  color: #9900FF;
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
  margin-bottom: 20px;
}
h2 {
  font-size: 32px;
  color: #9900FF;
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
  margin: 20px 0 10px;
}
h3 {
  font-size: 24px;
  color: #9900FF;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  text-align: center;
  margin: 15px 0;
}
p {
  line-height: 1.6;
  font-size: 20px;
  color: #000000;
  margin-top: 5px;
  margin: 15px auto;
  max-width: 1000px;
  text-align: justify;
  font-family: serif;
}
.logo {
  text-align: center;
  margin-bottom: 20px;
}
table {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
th {
  text-align: center;
  background-color: #FF99FF;
  color: #330000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  padding: 12px;
  border: 2px solid #CC0000;
}
td {
  text-align: center;
  padding: 10px;
  border: 2px solid #CC0000;
  font-size: 16px;
}