body {
	background-color: black;
	color: white;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	font-family:"Times New Roman", Times, serif;
	width: 850px;
}

p, li	{color: #009abd}

a		{color: #00ffff; text-decoration: underline; }
a:link    	{color: #00ffff}
a:visited 	{color: #00ffff}
a:hover   	{color: #ffcc00}

a.footer         {text-decoration: none; font-weight: bold}
a.footer:link    {color: #00ffff}
a.footer:visited {color: #00ffff}
a.footer:hover   {color: #ffcc00}

h1, h2, h3, hr, td.header {
	color: #FFFF93;
}


.section {
	float: left;
	clear: both;
	margin-top: 15px;
}

.product, .item-detail {
	float: left;
	color: #FFFF93;
	border: thin solid #3366CC;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 250px;
	vertical-align: top;
}
.product img {
	float: left;
	margin-right: 7px;
}
.item-detail {
	margin-top: 30px;
	width: 100%;
	text-align: left;
}