body {
	background-color: black;
	color: #999999;
	}


A {
	color: #CC6600;
	text-decoration: none;
	font-weight: none;
	font-family: arial;
	}

A:visited {
	text-decoration: underline;
	font-weight: none;
	font-family: arial;
	}

A:hover {
	color: #CC6600;
	border: none;
	text-decoration: underline;
	background: #000000;
	font-family: arial;
	}


.nav {
	background-color: #333333; 
	font-family: arial; 
	font-size: 15px; 
	color: #999999; 
	text-align: center; 
	padding: 3px; 
	font-weight: none;
	}

.cart {
	background-color: #000000;
	font-family: arial;
	font-size: 12px;
	color: #999999;
	text-align: right;
	padding: 1px;
	}

table.content {
	border: 2px dashed #619B36; 
	padding: 15px; 
	background-color: #000000; 
	}

p {
	font-family: arial;
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
	margin-right: 10px;
	}

h3.title {
	font-family: arial;
	font-size: 20px;
	color: C47672;
	text-align: center;
	background-color: #333333;
	padding: 1px;
	} 

table.product {
	padding: 10px;
	background-color: #111111;
	}

.pname {
	font-family: arial;
	font-size: 15px;
	color: #CC6600;
	padding: 2px;
	}