body {
	background-color: Black;
	color: White;
	text-align: center;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}

/* Link colours */

div.links a:link { 
	color: #F5DEB3; 
}
div.links a:visited {
	color: #F2B94D;
}
a img {
 border: 0; /* removes link borders from images */
}



/* Div selectors */

div.heading {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: x-large;
}
div.product td {
	vertical-align: top;
}
div.bullet, span.bodyheading {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: small;
}
div.bullet, div.images, div.contact {
	margin: 0px auto;
	padding: 0 10em;
}
div.bullet ul {
	list-style: none;
}
div.contact {
	font-size: small;
	/*background-color: #0E0F36; */
	/*border: medium outset White;*/
	width: 40%;
	padding: 1% 0;
}
div.links {
	font-size: smaller;
	position: relative;
	left: 1%;
	padding: 1em 0;
}
div.links a {
	padding: 0 1em;
}

div#main_image {
	position: relative;
	/* left: -21px; */
	top: -43px; 
}

div#please_note {
	font-size: small;
}

/* Other class selectors */

.bodysmall {
	font-size: smaller;
}