<t:stylesheet version="1.0" xmlns:t="http://www.w3.org/1999/XSL/Transform">

	<t:variable name="color.main" select=" '#eee' " />
	<t:variable name="color.add" select=" '#369' " />

	<t:variable name="size.border" select=" 16 " />
	<t:variable name="size.decor" select=" 4 " />
	<t:variable name="size.font" select=" 16 " />

	<t:include href="styles.xsl" />

</t:stylesheet>

