.textPage{
	border: 2px solid #5A585D;
	padding: 10px;
	height: 100%;
}

.textPage .title{
	font-size: 20pt;
	color: #5A585D;
	padding-bottom: 10px;
}

.textPage .text{
	text-align: justify;
	color: #5A585D;
	font-size: 11pt;
}

