#centro{
	width: 100%;
	position: absolute;
	left: 50%; 
	margin-left: -50%;
}
table{
	margin: 10% 10% 10% 10%;
}
table td {
  vertical-align: top;
  padding-right: 30px; /* espaço entre colunas */
}
td, span, a{
	font-family: Verdana;
	font-size: 10pt;
	color: #4682B4;
	text-decoration: none;
	text-align: left;
}
h1, h2, h3{
	font-family: Verdana;
	color: #787878;
}