body {
	background-image: url(Images/Background1.gif);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #0000FF;
}

h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #0000FF;
	}
h3 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #0000FF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
.box {
	background-color: #CCCCCC;
	height: auto;
	width: 80%;
	font-size: smaller;
	text-align: center;
}
.BoldCaption {
	font: Arial, Helvetica;
	font-weight: bold;
	font-size: smaller;
}
.JewelledList {
	list-style-position: outside;
	list-style-image: url(Images/GreenCircle2.gif);
}
.JewelledList2 {

	list-style-position: outside;
	list-style-image: url(Images/GreenCircle1.gif);
}
