<style> 
body {
    background-color: transparent;
   }
.right  {
    font-size: medium; 
    font-family:serif;
    color:#2857FF; 
    text-align:right;
  }
.left {
     font-size: 90%;
     font-family:serif;
     font-weight: normal;
     line-height:150%;
     color:#003D6B;   
     text-align:left;
  }
.center {
     font-size: 90%;
     font-family:serif;
     font-weight: normal;
     line-height:150%;
     color:#003D6B;   
     text-align:center;
  }
.centerb {
     font-size: 300%
     font-family:serif;
     font-weight: normal;
     line-height:150%;
     color:#003D6B;   
     text-align:center;
  }
.leftb {
     font-size: 100%;
     font-family: cursive;
     font-style:oblique;
     font-weight: bolder;
     line-height:150%;
     color:#003D6B;
     text-align:left;
  }
</style>