
<!-- https://www.htmlquick.com/es/tutorials/css.html -->
<style type="text/css">
  .sty1 {
	  font-family: "Times New Roman", Times, serif;
	  color: #FFFFFF;
  }
  .sty2 {
	  font-family: "Times New Roman", Times, serif;
	  font-size: xx-small;
	  font-weight: normal;
	  color: #FFFFFF;
  }
  .sty3 {
	  font-family: "Times New Roman", Times, serif;
	  font-size: smaller;
	  font-weight: normal;
	  color: #FFFFFF;
  }
  .sty4 {
	  font-family: "Times New Roman", Times, serif;
	  font-weight: normal;
	  color: Red;
  }
  .auto-style5 {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
  </style>
