<?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>Balsamic Mayonnaise
</title>
    </head>
    <ingredients>

      <ing>
        <amt><qty>1</qty> <unit>cup</unit></amt>
        <item>real mayonnaise</item>
      </ing>

     <ing>
        <amt><qty>3</qty> <unit>tbsp</unit></amt>
        <item>balsamic vinegar</item>
      </ing>

      <ing>
        <amt><qty>1/8</qty>  <unit>tsp</unit></amt>
        <item>cayenne pepper</item>
      </ing>



    </ingredients>
    <directions>
      <step>Combine ingredients and mix thoroughly</step>
      <step>Serve over salad or as a dip for raw vegetables, bread or meats</step>
      
    </directions>
  </recipe>
</body>
</DESSERT>

</html>