style


  <style>
  /* This is a CSS style sheet: it adds style to the program output */
  .result { font-weight: bold; }
  /* for elements with class="result" */
  #payment { text-decoration: underline; }
  /* for element with id="payment" */
  </style>