body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  color: #333;
}

header {
  background: #5a0a0a;
  color: white;
  padding: 15px;
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin: 0 10px;
}

nav ul li a {
  color: white;
  text-decoration: none;
}

main {
  padding: 20px;
}

table {
  width: 100%;
  margin-top: 15px;
}

table, th, td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

form {
  margin-top: 20px;
}

input, textarea, button {
  display: block;
  margin-bottom: 10px;
  padding: 8px;
  width: 100%;
  max-width: 400px;
}

button {
  background: #5a0a0a;
  color: white;
  border: none;
  cursor: pointer;
}

footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 10px;
  position: relative;
  bottom: 0;
}

#hl {
  list-style-position: inside;
}

#tabela {
  border-collapse: collapse;
}

.tb1 {
  width: 100%; 
  border: none;
}

.td1 {
  text-align: justify;
  width: 60%;
}

.td2 {
  text-align: center;
  width: 40%;
}

.td3 {
  width: 60%; 
  text-align: justify; 
  vertical-align: top; 
  padding:10px;
}

.td4 {
  width: 40%; 
  text-align:center; 
  vertical-align:top; 
  padding:10px;
}

.h3 {
  text-align: center;
}

.d1 {
  text-align: center; 
  margin: 20px 0;
}

/*Cainã Sandes, RM: 568571*/