<?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>Bechamel sauce, or cheese sauce
</title>
    </head>
    <ingredients>

      <ing>
        <amt><qty>2</qty> <unit>tbsp</unit></amt>
        <item>unsalted butter</item>
      </ing>

     <ing>
        <amt><qty>2</qty> <unit>tbsp</unit></amt>
        <item>flour</item>
      </ing>

      <ing>
        <amt><qty>1/2</qty>  <unit>tsp</unit></amt>
        <item>salt</item>
      </ing>

      <ing>
        <amt><qty>1 1/2</qty>  <unit>cup</unit></amt>
        <item>milk</item>
      </ing>

      <ing>
        <amt><qty>1/4</qty> <unit>tsp</unit></amt>
        <item>cracked black pepper</item>
      </ing>

      <ing>optional:
      </ing>
 
      <ing>
        <amt><qty>1/2</qty> <unit>cup</unit></amt>
        <item>grated cheese, such as swiss, cheddar, gruyere or parmesan</item>
      </ing>

    </ingredients>
    <directions>
      <step>Melt butter over medium-high heat in wide saucepan</step>
      <step>Add flour, salt and pepper and cook, stirring with whisk, until light golden brown</step>
      <step>Add milk and continue whisking, until mixture is thick and bubbly</step>
      <step>Remove from heat and adjust seasoning, adding cheese if desired and stirring until melted</step>
      <step>Serve over pasta, bisquits, steamed vegetables, or use as an ingredient to lasagne or a sauce for a casserole</step>
      
    </directions>
  </recipe>
</body>
</DESSERT>

</html>