body{
background-color:#f3f0ed;
}

img { 
background-color: #9a7e17;
border-color: silver;
border-style: groove;
padding:4px;
margin:4px;
background:#9a7e17;
border-width:8px;
}

a 			{
	font-weight:bold;
	color: #630;
} 
a:hover		{ color: #000; text-decoration: none; }

#imageInfo{
	text-align:left;
	font-family:Times; 
	font-weight:normal;
	font-size:8pt;
	color:#630;
	padding: 0px;
}

.description {
	font-size:8pt;
}

.price {
	font-size:8pt;
}

#title{
	font-size:12pt;
	text-transform: uppercase;
}

#order_button {
	margin:2px;
	color:white; 
	background-color:#d5ccc5;
	padding:2px;
	border:1px solid black;
}

#order_button a { color: #000; text-decoration: none; font-weight:normal;} 
#order_button a:hover { color: blue; text-decoration: none; }