<?php
$page_name = "Grammys Punch";
$menu_type = "food";
$menu_name = "Grammys Punch";
$blog_num = 90;
$page_rate = 9;
$page_tags = array();
$page_date = "October 24, 2012";
include_once("./files/head.php");

echo "<p>My Grammy (mom's mom) either came up with this recipe, found it, or got it from her mom.  So no-matter you look at it, it's old and still very nummy :).  In fact it's so good that my other grandma (who only has a single glass of red wine ever) got rather drunk from it one christmas because she didn't detect the rum.</p>\n";

echo "<h3>Stuff to put in</h3>\n";
echo "<ul>\n";
  echo "<li>1 can <span class=\"red\"><strong>concentrated lime-aid</strong></span></li>\n";
  echo "<li>2 L <span class=\"red\"><strong>sprite</strong></span></li>\n";
  echo "<li>1 L <span class=\"red\"><strong>lime sherbert</strong></span></li>\n";
  echo "<li>26 oz <span class=\"red\"><strong>rum or vodka</strong></span></li>\n";
echo "</ul>\n";


echo "<h3>How to put it all together</h3>\n";
echo "<ol>\n";
  echo "<li>Pour <span class=\"pink\"><strong>everything</strong></span> into a large punch bowl.</li>\n";
  echo "<li>Mix.</li>\n";
  echo "<li>Drink in moderation.</li>\n";
echo "</ol>\n";


include_once("./files/close.php");

?>