/* CSS Document */

<style type="text/css">

<!-- ESTILO CSS texto01 -->
a.texto01:link    { color: #000099; text-decoration: underline; }
a.texto01:visited { color: #000099; text-decoration: underline; }
a:texto01:active  { color: #000099; text-decoration: underline; }
a:texto01:hover   { color: #CCCCCC; text-decoration: none; }

<!-- ESTILO CSS texto02 -->
a.texto02:link    { color: #000000; text-decoration: none; }
a.texto02:visited { color: #000000; text-decoration: none; }
a.texto02:active  { color: #000000; text-decoration: none; }
a.texto02:hover   { color: #FFFFFF; text-decoration: none; }

<!-- ESTILO CSS texto03 -->
a.texto03:link    { color: #000099; text-decoration: none; }
a.texto03:visited { color: #000099; text-decoration: none; }
a.texto03:active  { color: #000099; text-decoration: none; }
a.texto03:hover   { color: #993300; text-decoration: underline; }

<!-- ESTILO CSS texto04 -->
a.texto04:link    { color: #000099; text-decoration: underline; }
a.texto04:visited { color: #000099; text-decoration: underline; }
a.texto04:active  { color: #000099; text-decoration: underline; }
a.texto04:hover   { color: #CCCCCC; text-decoration: none; }

<!-- ESTILO CSS texto05 -->
a.texto05:link    { color: #ffff00; text-decoration: none; }
a.texto05:visited { color: #ffff00; text-decoration: none; }
a.texto05:active  { color: #ffff00; text-decoration: none; }
a.texto05:hover   { color: #FFFFFF; text-decoration: underline; }

</style>
