 .Class01 {
     background-color: yellow !important;
     text-align: Left;
     font-weight: bold;
     color: blue !important;
     font-size: 13px !important;
 }

 .Class02 {
     background-color: black !important;
     text-align: Left;
     font-weight: bold;
     color: red !important;
     font-size: 30px !important;
 }