body {
	background: url();
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.price {
	color: Blue;
	font-size: larger;
	font-weight: bold;
}

h1 {
	color: Blue;
	font-variant: small-caps;
	font-size: xx-large;
}

h2 {
	color: Blue;
	font-variant: small-caps;
	font-size: x-large;
}