@CHARSET "ISO-8859-1";

/* Limpa as formatações e padroniza formatação para elementos comuns */
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 1em;
	color: #696969;
}
h1 {
	font-size: 2em;
	margin-bottom: 0.6em;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
}
h4 {
	font-size: 1.1em;
	margin-bottom: 0.4em;
}
h5 {
	font-size: 1em;
	margin-bottom: 0.2em;
}
p {
	margin-bottom: 1em;
}
img {
	width: 90%;
	display: block;
	text-align: center;
	margin: auto;
}
