Css / flash / dynamic text question

I got tired trying to figure out why the dynamically loaded text in flash has extra paddings with li tags /take a look at my project and will see what I mean | link | services | and here is my txt file example:


content=
<p  class='title'>Services</p>
<p  class='body'>
Our services span all phases of design from the initial consultation to the post installation evaluation including; inventory, managing the bidding process, coordination of contractors and move management. Our design team has comprehensive experience in working on large-scale projects.<br>
Our design team understands that personal attention along with clear and regular communication will assure the success of your project. We would be happy to host you and/or your group on a tour of campus facilities similar to the project you are planning. Please feel free to contact our office for assistance with any questions you may have concerning your interiors needs.</p>
<div class="sliding_question"> Interior Decoration</div>
<div class="sliding_answer">
    <div>
            <li>Walls</li>
            <li>Windows</li>
            <li>Floors</li>
            <li>Furniture</li>
            <li>Doors</li>
            <li>Appliances</li>
            <li>Budgeting</li>
    </div>
</div>
<div class="sliding_question">Planning and Budgeting</div>
<div class="sliding_answer">
    <div>
        <li>From concept to fully satifasfieng status</li>
    </div>
</div>
<div class="sliding_question">Modern Interior Design</div>
<div class="sliding_answer">
    <div>
        <li>Pakage</li>
        <li>Package One</li>
        <li>Pakage Two</li>
        <li>Package Three</li> 
    </div>
</div>
</span>
<p class='footer'>All Rights Reserved ©2007| <a href="http://www.anysite.com" target="_top">www.mysite.com</a></p>

<br>

I know that div tags won’t do anything in flash and will be simply ignored but I need that for printing and possible SEO purposes. anyone has any suggestions