<?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>India Pale Ale</name>
	<dateBrewed>2003/1/17</dateBrewed>
	<og>1.055</og>
	<potentialAlcohol>5.1</potentialAlcohol>
	<ingredients>
		<grain>
			<quantities>
				<quantity>
					<unit>lb</unit>
					<amount>8</amount>
				</quantity>
			</quantities>
			<type>Maris Otter</type>
		</grain>
		<grain>
			<quantities>
				<quantity>
					<unit>lb</unit>
					<amount>1</amount>
				</quantity>
			</quantities>
			<type>Vienna Malt</type>
		</grain>
		<grain>
			<quantities>
				<quantity>
					<unit>lb</unit>
					<amount>1</amount>
				</quantity>
			</quantities>
			<type>Crystal 20ºL</type>
		</grain>
		<grain>
			<quantities>
				<quantity>
					<unit>lb</unit>
					<amount>1</amount>
				</quantity>
			</quantities>
			<type>Crystal 40ºL</type>
		</grain>
		<hop usage="bittering">
			<quantities>
				<quantity>
					<unit>oz</unit>
					<amount>2</amount>
				</quantity>
			</quantities>
			<type>Northern Brewer</type>
		</hop>
		<hop usage="aroma">
			<quantities>
				<quantity>
					<unit>oz</unit>
					<amount>1</amount>
				</quantity>
			</quantities>
			<type>Williamette</type>
		</hop>
		<hop usage="aroma">
			<quantities>
				<quantity>
					<unit>oz</unit>
					<amount>1</amount>
				</quantity>
			</quantities>
			<type>Cascade</type>
		</hop>
		<yeast>
			<brand>WYeast</brand>
			<type>1098 - British Whitbread</type>
			<form>Smackpack</form>
		</yeast>
	</ingredients>
	<abv>5.7</abv>
	<fg>1.015</fg>
	<dateBottled>2003/1/27</dateBottled>
	<yield size="12">40</yield>
	<label>IPAlabel.jpg</label>
</brew>
