<?xml version="1.0" encoding="UTF-8"?>
<stylesheet>
    <any font-size="8">
    </any>
    
    <table background.color="yellow" width="100%">
        <tr border.color="blue">
            <td margin="4px" padding="4px" height="27px" border.color="red" background.color="white">
                <div background.color="pink" height="100%">
                </div>
            </td>
        </tr>
    </table>

    <div class="legend" width="100%" margin-top="27px">
        <div class="square" width="12" height="16px" float="left" margin="0 13px">
        </div>
        
        <div class="pink" background.color="pink">
        </div>
        
        <div class="yellow" background.color="yellow">
        </div>
        
        <div class="red" background.color="red">
        </div>
        
        <div class="blue" background.color="blue">
        </div>
        
        <div class="white" border.color="black">
        </div>
        
        <p class="desc" float="left" width="300">
        </p>
    </div>
</stylesheet>
