

body {
	font: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-shadow:rgba(0,0,0,0.01) 0 0 0;
}

/* #top {
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 940px;
	background: url(../images/grid.png);
	padding: 0 10px;
} */

/* Globais */

p .replace  { color: #000; }

strong {
	font-weight: bold;
	color: #2f2f2f;
}

em, cite {
	line-height: 1em;
}

h1, h2, h3 {
	font-size: 1.4em;
}

h4, h5, h6 {
	font-size: 1.2em;
}

p+p, h3+*, *+p {
	margin-top: 10px;
}


