table.mytable
  { 
     font:"Times New Roman", Times, serif;
     background-color:#fff;
     width:auto;
	 border:1px solid #000;
    
  }
  
  
  tr.mytable
  { 
  height:150px;
  }

  td.mytable
  {  
     
     color:black;
     border:1px solid #000;
     text-align:center;
	 width:150px;
	 padding:5px;
  }