@charset "UTF-8";
.Navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	background-position: center;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	margin:auto; /* keep the website in the dead center regardless of browser size */
	padding: 10px /* padding around the website toward the browser edge */
}
em.text-italic {
	line-height: 1.2em;
	font-size: 12px;
	color: #FFF;
}

.textbox_left {
	padding:0; 
	margin:40px 10px 10px 10px;
	line-height:1.2em;
}

.textbox_main {
	padding:0; 
	margin:0 10px;
	line-height:1.2em;
}
