div.esq{
	width: auto;
	float: none;
	border-right-style: none;
	height: auto;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	left: 10%;
}

div.dir{
	width: auto;
	float: none;
	border-right-style: none;
	height: auto;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	right: 10%;
}

div.center{
	width: 350px;
	float: none;
	border-right-style: solid;
	height: 250px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-style: italic;
	text-align: center;
	position: absolute;
	overflow: auto;
	left: 32%;
}
.style1 {color: #FF0000}
