@charset "utf-8";
/* CSS Document */


h1 {
	text-align:center;
	font-size:20px;
	font-family:"Arial Narrow";
}

body {
	font-family:"Arial Narrow";
	font-size: 14px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

.container {
	width: 100%;
	background-color: #FFF;
	margin: auto; /* the auto value on the sides, coupled with the width, centers the layout */
	float:none;
}

.container1 {
	width: 100%;
	background-color: #FFF;
	margin: auto; /* the auto value on the sides, coupled with the width, centers the layout */
	float:none;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}