body {
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  margin: 40px;
  font-size: 18px;
}

h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

h2 {
  font-size: 24px;
  margin-top: 30px;
}

p {
  font-size: 18px;
  line-height: 1.7;
}

ul {
  font-size: 18px;
  line-height: 1.7;
}

li {
  margin-bottom: 12px;
}

/* enlaces estilo archivo antiguo */
a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

.pie {
  margin-top: 50px;
  font-size: 14px;
  color: #444444;
}
