<?xml version="1.0" ?>
<!DOCTYPE DESSERT PUBLIC "-//FormatData//DTD DESSERT 0.3//EN" 
  "http://www.formatdata.com/dessert/dessert.dtd">
<?xml-stylesheet href="dessertmama.css" type="text/css" ?>
<html>
<DESSERT version="0.3">
  <body>
  <recipe>
    <head>
      <title>protein-packed peanut butter balls
</title>
    </head>
    <ingredients>

      <ing>
        <amt><qty>1/2</qty> <unit>cup</unit></amt>
        <item>natural, crunchy peanut butter</item>
      </ing>

     <ing>
        <amt><qty>4</qty> <unit>ounces</unit></amt>
        <item>cream cheese, softened</item>
      </ing>

      <ing>
        <amt><qty>2</qty>  <unit>tbsp</unit></amt>
        <item>honey</item>
      </ing>

     

      <ing>
        <amt><qty>1/4</qty> <unit>cup</unit></amt>
        <item>granola, chopped nuts, or coconut, if desired</item>
      </ing>


    </ingredients>
    <directions>
      <step>Cream peanut butter and cream cheese together until well mixed </step>
      <step>Add honey to taste and mix well </step>
      <step>If using, mix in granola, nuts or coconut </step>
      <step>Roll into 1" balls; refrigerate </step>
   
    </directions>
  </recipe>
</body>
</DESSERT>

</html>