<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">tr { background: #FE6; } /* amarillento */
tr.par { background: #ED9; } /* beige */

th { color: yellow; background: red; }

td.anio { font-weight: bold; text-align: center; }
td.premio { text-align: center; }
td.nombre { font-weight: bold; }
td.productores { font-size: small; }

td.titulo { 
  border: solid 0.1em;
  font-size: 14pt; 
  line-height: 120%; 
  font-weight: bold; 
}

td.titulo:first_letter { 
  font-size: 120%; 
  font-weight: bolder; 
  color: maroon; 
}

tr.par td { color: red; }

</pre></body></html>