/* 
 * CSS assignments for LADDER (e.g. 14.1) other than tables.
 *
 * From: https://www.w3schools.com/
 *
 * 2021-may-18.
 */

  {
    box-sizing: border-box;
  }


  .bg_blu {
      background-color:blue;
  }

  .bg_mgnt {
      background-color:magenta;
  }

  .bg_moc {
      background-color:moccasin;
  }

  .bg_red {
      background-color:red;
  }

  .bg_turq {
      background-color:turquoise;
  }

  .bg_yel {
      background-color:yellow;
  }


  em.bold-blue {
      font-weight: bold;
      font-style: italic;
      color: blue;
  }

  em.bold-red {
      font-weight: bold;
      font-style: italic;
      color: red;
  }

  em.bold-orange {
      font-weight: bold;
      font-style: italic;
      color: orange1;
  }

  em.bold-sienna {
      font-weight: bold;
      font-style: italic;
      color: rgb(160, 82, 45);
  }

  span.obs.em:after {
      content: " 575 :txet on ,eniL dnaL"
  }

  span.obs.em:before {
      content: "liam eciov evael esaelp rewsna on fI .3650-"
  }

  span.obs {
      unicode-bidi: bidi-override;
      direction: rtl
  }

