* {
	margin: 0px; padding: 0px;
}
body {
	background: rgb(255, 255, 255); text-align: justify; color: rgb(115, 115, 115); line-height: 1.3em; font-family: Helvetica, Verdana, sans-serif; font-size: 0.9em;
}
h1 {
	color: rgb(153, 153, 153); text-transform: uppercase; font-family: Helvetica, Verdana, sans-serif; font-size: 1.1em;
}
h2 {
	text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; font-size: 0.7em;
}
a {
	color: rgb(115, 115, 115);
}
a:link {
	text-decoration: none;
}
a:visited {
	color: rgb(115, 115, 115); text-decoration: none;
}
a:hover {
	color: rgb(0, 0, 0); text-decoration: underline;
}
a:active {
	color: rgb(115, 115, 115); text-decoration: none;
}
.preto {
	color: rgb(0, 0, 0); text-transform: uppercase; font-family: Arial, Helvetica, sans-serif;
}
@media all and (max-width:830px)
{
body {
	font-size: 0.7em;
}
#img {
	width: 90%;
}
}
