@import url("reset.css");
@import url("topo.css");
@import url("conteudo.css");
@import url("interna.css");
@import url("rodape.css");

/*FORMATAÇÕES PADROES*/
body {
	background: #FFF url(http://arquivos.amadorasninfetas.com.br/template/bg_body.jpg) repeat-x left top;
	font: normal 0.83em 'Trebuchet MS', Arial, Verdana,  serif;
	color: #000;
	line-height: 1;
}

#geral {
	margin: 0px auto;
	width: 1000px;
}

.clear{
	clear: both;
}

.sumir {
	display: none;
}

a:hover {
	text-decoration: underline !important;
}
