#copy h3 {
	margin: 30px 50px 10px 50px;
	font-size: 16px;
	text-align: center;
}
#copy ul {
	margin: 20px;
}
#copy li {
	text-align: center;
	margin: 5px;
}
#copy table {
	width: 250px;
	margin: 0 auto;
}
#copy th, td {
	padding: 2px 10px;
	border-bottom: solid 1px #FFF;
}
#copy th {
	text-align: left;
}
#copy td {
	text-align: right;
}
#copy p {
	margin: 2px 0;
	text-align: center;
	font-size: 11px;
}
#copy .note {
	font-style: italic;
	font-size: 12px;
}
#copy .price {
	font-weight: bold;
}
body.pricing #copy ul {
	margin: 10px;
}