.merridian { 
    font-family: Rockwell;
	font-size: 48px;
	font-weight: bold;
	color: #000000;
}
.textboxright {
	border: thin solid #000000;
	text-align: center;
	background-position: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	width: 250px;
	height: 150px;
	
}
.textboxleft {
	border: thin solid #000000;
	text-align: center;
	background-position: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	width: 250px;
	height: 150px;
	
}
.textboxcentre {

	border: thin solid #000000;
	text-align: left;
	background-position: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	height: 100px;
}
