body {
  background-color: white;
  margin-top: 5%;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  color: black;
  font-size: 10pt;
}

a:link {text-decoration: none; color: red;
}

a:visited {color: blue;
}

a:hover {color: white;
}

a:active {color: green;
}

div.Tipo1 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 660px;
  text-align: center;
}

span.date {
  font-size: 8pt;
}

