<table>
	  <tr>
	    <th colspan="2"> ... </th>
	  </tr>
	  <tr>
	    <td colspan="2"> ... </td>
	  </tr>
	  <tr>
	    <th>Current State</th>
	    <th>Possible Moves</th>
	  </tr>
	  <tr>
	    <td> ... </td>
	    <td> ... </td>
	  </tr>
	  <tr>
	    <th colspan="2"> ... </th>
	  </tr>
	  <tr>
	    <td colspan="2"> ... </td>
	  </tr>
	  <tr>
	    <td>Select Problem:</td>
	    <td> ... </td>
	  </tr>
	</table>