<?php
$page_name = "Dads Apple Crisp";
$menu_type = "food";
$menu_name = "Apple Crisp";
$blog_num = 92;
$page_rate = 9;
$page_tags = array();
$page_date = "October 24, 2012";
include_once("./files/head.php");

echo "<p>A really good apple crisp recipe.  I hope.  My dad wings it every time, so trying to write down what he does isn't easy.  In other words, if you are sloppy with your measurements, it probably won't hurt anyone.</p>\n";

echo "<h3>Stuff to put in</h3>\n";
echo "<ul>\n";
  echo "<li>2 or 3 cup <span class=\"red\"><strong>thin sliced apples</strong></span></li>\n";
  echo "<li>1 cup <span class=\"red\"><strong>rolled oats</strong></span></li>\n";
  echo "<li>1 cup <span class=\"red\"><strong>melted butter</strong></span></li>\n";
  echo "<li>1 cup <span class=\"red\"><strong>brown sugar</strong></span></li>\n";
  echo "<li>3/4 cup <span class=\"red\"><strong>white sugar</strong></span></li>\n";
  echo "<li>3/4 cup <span class=\"red\"><strong>flour</strong></span></li>\n";
  echo "<li>6 tbsp <span class=\"red\"><strong>lemon juice</strong></span></li>\n";
  echo "<li><span class=\"red\"><strong>cinnamon</strong></span> - &nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>He just tosses what feels right.  Lets call it 1 tsp? Maybe 2??</strong></span></li>\n";
echo "</ul>\n";


echo "<h3>How to put it all together</h3>\n";
echo "<ol>\n";
  echo "<li>Mix <span class=\"red\"><strong>apples</strong></span>, <span class=\"red\"><strong>white sugar</strong></span>, <span class=\"red\"><strong>lemon juice</strong></span> and <span class=\"red\"><strong>cinnamon</strong></span> together in a bowl.</li>\n";
  echo "<li>Pour it into a glass baking pan/dish.</li>\n";
  echo "<li>Reusing the bowl (less dishes see?), mix <span class=\"pink\"><strong>everything else</strong></span> together.</li>\n";
  echo "<li>Spread the bowls contents 'evenly' across the apple mixture in the pan.</li>\n";
  echo "<li>Bake at 350F for quote; 'an hour or so' unquote.</li>\n";
echo "</ol>\n";


include_once("./files/close.php");

?>