  H1 {
      color: black; 
      font-family: arial; 
      font-size: x-large;
      font-style: italic;
      text-align: center
      }
  .Normal {
            color: black;
            font-family: arial; 
      	    font-size: small;
            font-style: normal;
            font-weight: normal;
            text-align: left
           }
  .Caption {
            color: black;
            font-family: arial; 
      	    font-size: small;
            font-style: normal;
            font-weight: bold;
           }
  .Message {
            color: blue;
            font-family: arial; 
      	    font-size: medium;
            font-style: normal;
            font-weight: normal;
            text-align: center
           }
  .Warning {
            color: red;
            font-family: arial; 
      	    font-size: medium;
            font-style: normal;
            font-weight: normal;
            text-align: center
           }

