/* Style for the body */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Style for the header */
h1 {
  text-align: center;
  margin: 30px 0;
  font-size: 30pt;
  color: #367a97;
}

/* Style for the table */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

b {
  margin-bottom: 5px;
  line-height: 1.5;
  color: #367a97;
}

table th,
table td {
  border: 10px solid #c21111;
  padding: 8px;
}

table th {
  background-color: #f2f2f2;
  text-align: left;
  color: #367a97;
}

/* Style for the links */
a {
  color: #938193f7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #367a97;
}

/* Style for the footer */
footer {
  text-align: center;
  padding: 10px;
  background-color: #f2f2f2;
}

/* Style for the footer links */
footer a {
  color: #337ab7;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
  color: #367a97;
}
