<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="recipebook.xsl"?>
<!DOCTYPE recipe PUBLIC "-//Happy-Monkey//DTD RecipeBook//EN"
"http://www.happy-monkey.net/recipebook/recipebook.dtd">
<recipe>
  <title>Deviled Eggs </title>

  <recipeinfo>
    <author>From the well-worn Betty Crocker's Cookbook, 26th printing, 1976 </author>
  </recipeinfo>

  <yield>6 servings</yield>

  <ingredientlist>
	  <ingredient><quantity>6</quantity>
		  <fooditem> hard-cooked eggs </fooditem></ingredient>

	  <ingredient><quantity>1/2 </quantity> <unit>tsp. </unit> 
		  <fooditem> salt </fooditem></ingredient>

	  <ingredient><quantity>1/2 </quantity> <unit>tsp. </unit> 
		  <fooditem> dry mustard powder </fooditem></ingredient>

	  <ingredient><quantity>1/4 </quantity> <unit>tsp. </unit> 
		  <fooditem> pepper </fooditem></ingredient>

	  <ingredient><quantity>3 </quantity> <unit>Tbsp </unit> 
		  <fooditem> mayonnaise </fooditem></ingredient>

  </ingredientlist>

  <preparation>
	  Cut peeled eggs lengthwise in half. Slip out yolks; mash with
	  fork. Mix in seasonings and mayonnaise. Fill whites with egg
	  yolk mixture, heaping it up lightly. Sprinkle with paprika.
	  Refrigerate until ready to serve.
	  
  </preparation>

</recipe>

