﻿<?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 id="divHeader" runat="server">
            <span style="font-family: Calibri, Verdana, Arial; font-size: 11pt; font-weight: bold; color: white;">
                <xsl:value-of select="Output/Community/Lifespace"></xsl:value-of> :
                <xsl:value-of select="Output/Community/Section"></xsl:value-of> :
            </span>
            <b>
                <a style="font-family: Calibri, Verdana, Arial; font-size: 11pt; color:white;" class="link"
                 onmouseover="this.style.textDecoration='underline';"
                 onmouseout="this.style.textDecoration='none';"
                     href="Community.aspx?ID={normalize-space(Output/Community/CommunityID)}">
                    <xsl:value-of select="Output/Community/CommunityName"></xsl:value-of>
                </a>
            </b>
        </div>-->
        <div id="divHeader" runat="server">
            <a class="link" href="Community.aspx?ID={normalize-space(Output/Community/CommunityID)}"
               style="font-family: Calibri, Verdana, Arial; color: white;">
                <h1 onmouseover="this.style.textDecoration='underline';"
               onmouseout="this.style.textDecoration='none';"
                    style="margin:0px;font-size: 14pt; font-weight: bold;">
                    <xsl:value-of select="Output/Community/Lifespace"></xsl:value-of> :
                    <xsl:value-of select="Output/Community/Section"></xsl:value-of> :
                    <xsl:value-of select="Output/Community/CommunityName"></xsl:value-of>
                </h1>
            </a>
        </div>
    </xsl:template>
</xsl:stylesheet>
