@charset "utf-8";
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #4d4d4d;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align: center;
}

p {
	font-size: 12px;
	line-height: 20px;
	text-indent: 2em;
}

