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

/*FORMATAÇÕES PADROES*/
body                    { margin:0; font-size: 75%; line-height: 1.5; color: #fff; background: #000; font-family: Arial, sans-serif; }


#geral {
	margin: 0px auto;
	width: 980px;
	text-align: center;
}

.clear{
	clear: both;
	text-align: center;
	background-color:#1B1B1B;
}

.sumir {
	display: none;
}

a:hover {
	text-decoration: underline !important;
	color: #036;
}
#geral #rodape {
	color: #FFF;
}

.videotabela {
	
	text-align:center;}
