/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 9px arial;
	color: #000000;
}

.conteudo {
	font: 14px arial;
	text-align: justify;
}
}

.conteudotitulo {
	text-align: center;
}

