* { margin:0; padding:0; outline:none; font-size:100.01%; }
<!-- body, html { height:100%; } -->
html { font-size:62.5%; }
body { background-color:#fff; color:#333; font:12px/1.6em Verdana, Geneva, sans-serif; text-align:center; }

input, textarea, option { font-family:Verdana, Geneva, sans-serif; }
fieldset, img { border:0; }

ul li { list-style:none; }
hr { clear:both; border:0; visibility:hidden; }

p { line-height:20px; margin-top:10px; font-size:1.1em; }
p a { color:#02379F; text-decoration:none; }
p a:hover { color:#000; text-decoration:underline; }
p a:visited { color:#666; text-decoration:underline; }

/* ------------------------------------------------------------------
[  Classe Padrão  ]  */

.clear { clear:both; }

.on { display:block; }
.off { display:none; }

.texto-esquerda { text-align:left; }
.texto-centro { text-align:center; }
.texto-direita { text-align:right; }

ul.lista-flutua li { display:inline; float:left; }

.flutua-esquerda { float:left; }
.flutua-direita { float:right; }

.off { display:none; }
.on { display:block; }

/* Mestre */
#mestre {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
}
