BODY {
	background-color: #dddddd; 
	text-align: center;
	height: 100%;
}


.painel1 {
	border: 1px solid black; 
	width: 780px; 
	height: 300px; 
	background-color: White;
	text-align: center;
}


.painel2 {
	width: 80%; 
	text-align: left;
}


.titulo {
	font-family: Verdana;
	font-size: 18px;
	color: #00B5F0;
	font-weight: bold;
}

.texto {
	font-family: Verdana;
	font-size: 11px;
	line-height: 130%;
}