<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <style type="text/css">
                body { margin: 0; font-family: "Bitstream Vera Sans", sans-serif; }
                #container { margin: 20px auto; width: 620px; }
                p { font-size: smaller; }
                ul { list-style: none; padding: 0;}
                .twitter li { position: relative; padding: 10px 0; }
                .tw-thumb { height: 50px; display: block; 
                    position: absolute; left: 0; overflow: hidden;
                }
                .tw-content { display: block; min-height: 50px; margin-left: 65px;
                    line-height: 1.25em;
                }
                .tw-body { display: block; }
                .tw-date { display: block; font-size: small; color: #C0C0C0; padding-top: 4px;
                    font-family: "Georgia", serif;
                }
                .username { font-weight: bold; }
                a { text-decoration: none; }</style>
    </head>
    <body>
        <div id="container">
            <p>To view the friends timeline, edit twitter.xql and set variable
                    $tc:login to a valid twitter user/password.</p>
            <ul class="twitter"/>
        </div>
    </body>
</html>