body {
	background-color: #171C1D;
	font-family: 'Trebuchet MS';
	padding: 10px 20px;
	margin: 0px;
	color: #fff;
}
.texto {
	font-size: 5px;
	color: #171C1D;
}
.carregando {
	font-size: 12px;
	text-indent: 20px;
	color: #fff;
}
a {
	color: #171C1D;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #171C1D;
}
