body{
	font-family: "Helvetica,Arial,sans-serif";
	margin-left: 10px;
	margin-right: 20px;
	text-align: justify;
}
header {
	text-align:center;
	margin-bottom: 1em;
	color: red;
	font-weight: bold;
	font-size: 1.2em;

}
section{
	line-height: 1.2em;
	margin-right: 4px;
	margin-left: 4px;

}

.resaltado{
	font-weight: bold;
	color: red;
}
strong{
	color: Brown;
	font-size: 1.1em;
}
footer{
	text-align: center;
	font-size: 0.7em;
	background-color:LightGray;
}