﻿@charset "utf-8";

* { margin:0px; padding:0px; }

/* h1 { font-size:9px;}*/

/* Tags HTML */
html { height:100%; }
* body { height:100%; } /* <-- IE*/
body { font-family: arial, verdana; font-size: 12px; color:#000; background:#1f1a17; }

a { text-decoration:none; color:#666; }
a:hover { color:#aaa; text-decoration:underline; }

p { margin:0px; padding:0px; }

img { border-width:0px; }
    
li { list-style:none; }


/* Classes */
.clear { clear:both; }
.alerta { color:#cc0000; } 
.hidden { text-indent:-2000px; } /* Esconde o texto do container. Ideal para utilizar imagens background em títulos. */





