@charset "utf-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
img.center {
	display: block; margin-left: auto; margin-right: auto;	
}	
	
