body {
	background: white;
	color: black;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
}

.productname {
	font-variant: small-caps;
}

img	{
	border:				none;
}

div#top a {
}

hr {
	border: 1px solid #00995A;
}

div#links {
	background: #00995A;
	color: white;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 1em;
}

div#links a {
	color: white;
	padding: 1em;
	white-space: nowrap;
	text-decoration: none;
}

div#links a:hover {
	text-decoration: underline;
}

div.product li {
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
}

div.product div.photo {
	display: inline-block;
	margin: 1em;
	font-style: italic;
/*	float: left;*/
}


div#contact {
	border-top: 3px solid #00995A;
	margin-top: 1em;
}
