<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Rupert Morrish (Target) -->
<?xml-stylesheet type="text/xsl" href="http://brewing.morrish.org/Brewing.xslt"?>
<brew xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://brewing.morrish.org/Brewing.xsd">
	<name>Wit</name>
	<dateBrewed>2003/3/23</dateBrewed>
	<og>1.041</og>
	<potentialAlcohol>6</potentialAlcohol>
	<ingredients>
		<grain>
			<type>Flaked Wheat</type>
			<quantities>
				<quantity>
					<unit>lb</unit>
					<amount>2</amount>
				</quantity>
			</quantities>
		</grain>
		<grain>
			<type>Wheat Malt</type>
			<quantities>
				<quantity>
					<unit>lb</unit>
					<amount>3</amount>
				</quantity>
			</quantities>
		</grain>
		<grain>
			<type>Maris Otter</type>
			<quantities>
				<quantity>
					<unit>lb</unit>
					<amount>5</amount>
				</quantity>
			</quantities>
		</grain>
		<hop usage="bittering">
			<type>Goldings</type>
			<quantities>
				<quantity>
					<unit>oz</unit>
					<amount>1.5</amount>
				</quantity>
			</quantities>
		</hop>
		<yeast>
			<brand>WYeast</brand>
			<type>#3944 Belgian Wit</type>
			<form>SmackPack</form>
		</yeast>
		<other>
			<type>Ground Coriander</type>
			<quantities>
				<quantity>
					<unit>g</unit>
					<amount>10</amount>
				</quantity>
			</quantities>
		</other>
		<other>
			<type>Orange Zest</type>
			<quantities>
				<quantity>
					<unit>x</unit>
					<amount>4</amount>
				</quantity>
			</quantities>
		</other>
		<other>
			<type>Lime Zest</type>
			<quantities>
				<quantity>
					<unit>x</unit>
					<amount>1</amount>
				</quantity>
			</quantities>
		</other>
		<other>
			<type>Lactic Acid</type>
			<quantities>
				<quantity>
					<unit>cc</unit>
					<amount>10</amount>
				</quantity>
			</quantities>
		</other>
	</ingredients>
	<dateTransferred>2003/4/1</dateTransferred>
	<note>Yeast required revenating (shaking the carboy) on 3/26</note>
	<method>Added Coriander, Orange and Lime Zest 50 minutes into boil.</method>
	<method>Add lactic acid at bottling</method>
</brew>
