﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:template match="/">
    <div>
      <table class="tableMaster">
        <tr>
          <td>
            <p class="label" style="margin: 10px;">
              Templates are professionally built plans that provide you with all the relevant articles and the step-by-step 
              instructions you need to get it done. To use this template, simply click the "Do It" button. It will prompt 
              you with a few simple questions and then will automatically create your plan and list of references and actions.
            </p>
          </td>
        </tr>
      </table>
    </div>
  </xsl:template>
</xsl:stylesheet>