@import url("http://static.carregando.net/css/global/reset.css");
body {
	background-color: #f5f5f5;
	color: #333;
	font-size: 62.5%;
	padding-top: 2em;
}
#wrapper * {
	text-align: center;
}
#content {
	padding: 1.5em 0;
}
h1 {
	color: #666;
	font-size: 1.8em;
}
h1, address {
	font-weight: bold;
}
h2, p, address {
	font-size: 1.3em;
}
p, address {
	display: inline;
}
address {
	color: #088;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.2em;
}