<?php


include("./header.php");

?>




<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td>


        <table width="85%" border="0" align="center" cellpadding="5" cellspacing="2" class=txt> 
          <tr> 
            <td>Name</font></div></td>
            <td>Vineesh 
                Mohan</font></div></td>
          </tr>
          <tr> 
            <td>Father's Name </font></div></td>
            <td>Mohanan</font></div></td>
          </tr>
          <tr> 
            <td>Mother's Name</font></div></td>
            <td> 
                Indira Mohanan</font></div></td>
          </tr>
          <tr> 
            <td>Brother's Name</font></div></td>
            <td>Sineesh Mohan</font></div></td>
          </tr>
        </table>

        <br>
      </div></td>
  </tr>
</table>

<?php


include("./footer.php");

?>

