      .italic {
        font-style: italic;
      }
      
      .bold {
        font-weight: bold;
      }
      
      .underline {
        text-decoration: underline;
      }
      
      .strikeThrough {
        text-decoration: line-through;
      }
      
      .center {
        text-align: center;
      }
      
      .right {
        text-align: right;
      }
      
      .sans {
        font-family: sans-serif;
      }
      
      .big {
        font-size: 200%;
      }
