<html>
<head>
        <title>Legendas</title>

        <style>
                body {
                        background-color:#000000;
                        border:#000000;
                        font-family: Verdana;
                        size:40pt;
                        margin:0px;
                        color:#ffffff;
                }

                .titulo {
                        size:10pt;
                        font-weight:bold;
                        margin:0pt;
                }
        .style1 {font-size: 8px}
    </style>
</head>


<body>

<div class="style1" id="legenda01">hola que tal</div>
</body>
</html>