<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:saxon="http://icl.com/saxon"
		version="1.0"
                extension-element-prefixes="saxon">

<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

        bcs_globals.xsl
        ===============

        contains global values which are used across the bcs*.xsl stylesheets
        changing values in this style sheet will effect global changes
		Author: Adrian Walmsley based on work by Robert Ward - BCS Oxfordshire
        Edited By: Adrian Walmsley - BCS Oxfordshire
		
		Revision 2.5 18 June 2003 - Adrian Walmsley
		Changed to default to font face Verdana if available.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->

<xsl:variable name="GBL_description"><xsl:text>British Computer Society.</xsl:text></xsl:variable>

<xsl:variable name="GBL_author"><xsl:text>Adrian Walmsley</xsl:text></xsl:variable>

<xsl:variable name="GBL_colour_black">     <xsl:text>000000</xsl:text></xsl:variable>
<xsl:variable name="GBL_colour_white">     <xsl:text>ffffff</xsl:text></xsl:variable>
<xsl:variable name="GBL_colour_beige">     <xsl:text>f0eedd</xsl:text></xsl:variable>
<xsl:variable name="GBL_colour_bcs_blue">  <xsl:text>0099cc</xsl:text></xsl:variable>
<xsl:variable name="GBL_colour_bcs_olive"> <xsl:text>cccc99</xsl:text></xsl:variable>


<xsl:variable name="GBL_font_face"><xsl:text>verdana, arial, helvetica, sans-serif</xsl:text></xsl:variable>

<xsl:variable name="GBL_font_size_0"    select="0"/>
<xsl:variable name="GBL_font_size_1"    select="1"/>
<xsl:variable name="GBL_font_size_2"    select="2"/>
<xsl:variable name="GBL_font_size_3"    select="3"/>
<xsl:variable name="GBL_font_size_4"    select="4"/>
<xsl:variable name="GBL_font_size_5"    select="5"/>
<xsl:variable name="GBL_font_size_6"    select="6"/>

<xsl:variable  name="homepage"><xsl:text>index.php</xsl:text></xsl:variable>


</xsl:stylesheet>

<!-- ~~~~~~~~~~~~~~~~~~~~~ END ~~~~~~~~~~~~~~~~~~~~~~~ -->
