.title {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #264251;
	background-color: #000000;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	text-transform: uppercase;

}
.body {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: normal;
	background-color: #000000;
	text-align: justify;
	color: #FFF;

}
