h1 {
	text-align:center;
	font-size:30px; color:#444;
	margin:30px 0 30px 0;
}
h2 {
	font-size:18px;
	margin:15px 0 15px 0;
}
h3 {
	font-size:18px;
	text-align:center;
	margin:5px;
}
p {
	text-align:justify;
	margin:10px;
}
#store-text p {
	text-align:center;
	font-size:20px; color:#333;
	line-height:28px;
	margin:0;
}
#footer-text p {
	text-align:center;
	font-size:12px; color:#999;
	margin:5px;
}
.red {
	color:#f00;
	font-weight:bold;
}
.heavy {
	font-size:120%;
	font-weight:bold;
}
.center {
	text-align:center;
	font-size:140%;
}