<style type="text/css">
        body { margin:0px; padding:0px; }
        table#mytable {
                margin:0px;
                font-size:1em;
        }
        table#mytable td {
                text-align:;
                padding:0em;
                height: 20px;
        }
        table#mytable td a {
                display: block;
                width: 100%;
                text-decoration: none;
        }

        table#mytable .blue a { background-color: #ffffff; }
        table#mytable .blue a:hover { background-color: #cccccc; }

        html>body#mytable td a {
                width: 100%;
        }
}
</style>


