
body
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12;
	font-family: arial;
}

a:link {color: #FFFF00; text-decoration: none}
a:visited {color: #FFFF00; text-decoration: none}
a:hover {text-decoration: underline}

table
{
	font-size: 12;	
}

.btn
{
	cursor: pointer;
	font-size: 12;
}

.product_name
{
	background-color: #2C2C2C;
	width: 170; height: 40;
	border: solid 1px #FFFFFF;
	border-style: solid none none none;
	font-size: 11;
	text-align: center;
	padding: 4 0 0 0;
}
