body {
	background-image: url(images/beads.jpg);
	background-repeat: repeat;
}
td {
	font-family: "Gill Sans", "Gill Sans Light";
	font-size: 12px;
	color: #993300;
}
p {
	font-family: "Gill Sans", "Gill Sans Light";
	font-size: 12px;
	color: #866853;
	padding-left: 8px;
	font-style: normal;
	font-weight: lighter;
}
h1 {
	font-family: "Gill Sans", "Gill Sans Light";
	color: #993300;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}
h2 {
	font-family: "Gill Sans", "Gill Sans Light";
	font-size: 16px;
	font-weight: lighter;
	color: #C8A381;
}
h3 {
	font-family: "Gill Sans", "Gill Sans Light";
	font-size: 16px;
	font-weight: lighter;
	color: #993300;
}
a:link {
	color: #AD886B;
}
a:visited {
	color: #AD886B;
}
a:hover {
	color: #993300;
}

