body {
	font: normal, small, Arial, Helvetica, sans-serif;
	text-align: left;	
}

p {
	text-indent: 3px;
}


table {
	margin: 8px;
	background-color: #FFF;
	font: medium, Arial, Helvetica, sans-serif;
	text-align: center;
	border: thin, solid;
	
}
.product {
	background: #09F;
	border: solid, thin;
	
}
.item {
	background: #00F;
	border: thin;
	color: #FFF;
}


.bodtype {
	background: #CCC;
	border: none;
}
.helpbod {
	background: #999;
}
.test {
	background-color: #69C;
	border-top: none;
	border-right: none;
	border-bottom-style: solid, thin;
	border-left: none;
	}
	
.product a {
	color: #FFF;
}
