.base { 
      color: black;
      background-color: lightgrey; 
      font-family: "Verdana";
      vertical-align: top;
      font-size: 10px 
      }
.black12center 
      { 
      color: black;
      font-family: "Verdana";
      font-size: 12px; 
      text-align: center 
      }
.blue12center 
      { 
      color: blue;
      font-family: "Verdana";
      font-size: 12px; 
      font-weight: bold;
      text-align: center 
      }
.black12left
      { 
      color: black;
      font-family: "Verdana";
      font-size: 12px; 
      text-align: left
      }
.any24center
      { 
      font-family: "Verdana";
      font-size: 24px; 
      text-align: center
      }



