<?php include '../HEADER.php' ?>

<h1>Alton Brown's Diet</h1>

<p>Alton Brown, the host of food TV show <i>Good Eats</i>, has lost a lot of weight. On the episode "Live and Let Diet" he gives an overview what he eats.</p>

<h2>Daily:</h2>
<ul>
    <li>fruits</li>
    <li>whole grains</li>
    <li>leafy greens</li>
    <li>nuts</li>
    <li>carrots</li>
    <li>green tea</li>
</ul>

<h2>At least three times a week:</h2>
<ul>
    <li>oily fish</li>
    <li>yogurt</li>
    <li>broccoli</li>
    <li>sweet potato</li>
    <li>avocado</li>
</ul> 

<h2>No more than once per week:</h2>
<ul>
    <li>red meat</li>
    <li>pasta</li>
    <li>dessert</li>
    <li>alchohol</li>
</ul>

<h2>Never:</h2>
<ul>
    <li>fast food</li>
    <li>soda</li>
    <li>processed or frozen meals</li>
    <li>canned soups</li>
    <li>"diet" anything</li>
</ul>

<p>Also, <em>always</em> eat breakfast. Alton makes breakfast smoothies:</p>

<ul>
    <li>enriched low-fat soy milk</li>
    <li>four fruits (Alton recommends individually quick frozen)</li>
    <li>a banana</li>
</ul>

<p>I also usually add some yoghurt and a few walnuts to the smoothy.</p>

<?php include '../FOOTER.php' ?>
