body {
	background-repeat: repeat-x;
	background-position: 0 120px;
	background-image: url(images/bg.gif);
}
p {

}
.goldborder {
	border: 1px solid #ce9c00;
}
.paddedcell {
	padding: 10px;
	font-size: 90%;
}
.subheading {
	font-size: 120%;
}
.heading {
	font-size: 18px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	padding: 8px;
}

a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
}
.jewelprices {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}

.copyright {
	display: block;
	font-size: 70%;
	padding: 10px;
	border-top: 1px solid #ce9c00;
}