﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
    <xsl:output method="xml" indent="yes" omit-xml-declaration ="yes"/>

    <xsl:template match="/">
        <p class="labelHeader">
            Welcome to your portal. This is the private area where you can update all of your settings for your site 
            as well as manage your clients and new leads. If you need help using your portal, please select from the following:
            
            <!--View Help Docs will load a page with links to docs and videos.  Hide this until I provide you with the page.
            Contact LifeSpace Support can be a mailto:accountservices@lifespace.com for now.-->
        </p>
        <div style="margin:10px;">
            <a href="mailto:accountservices@lifespace.com" class="link">Contact LifeSpace Support</a>
        </div>
    </xsl:template>
</xsl:stylesheet>