body {
	background-color: black; 
	color: #FF3399;
	font-size: 10px;
	font-family: Arial, Helvetica, Sans;
}

a {
	color: #FF3399;
}
a:active {
	color: #FFFFFF;
}

td.product img {
	border: 4px solid #f39
}

#product {
	background-color: white;
	border: 6px solid #f39;
}

h2 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: .5px;
}

#desc {
	color: white;
	font-size: 12px;
	line-height: 12px;
}

#detail {
	font-size: 12px;
}

#price {
	font-size: 14px;
	font-weight: bold;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #FF3399;
}

#bottomnav {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#credits {
	color: white;
	font-size: 10px;
}
	