body {
	background-color: #FFFFFF;
	margin: 0px 0px 20px 40px;
	width: 700px;
}
body.goods {
	margin: 10px 10px 10px 10px;
	width: 670px;
}
h1 { margin: 0px 0px 15px 0px; }
h2 { margin: 30px 0px 0px 0px; }
h3 { margin: 20px 0px 0px 0px; }
h4 {
	margin: 10px 0px 0px 0px;
	font-weight: normal;
}
strong {
	font-weight: bold;
	color: #FF0000;
}
img { border-style: none; }
img.left {
	float: left;
	margin: 2px 15px 2px 2px;
}
img.right {
	float: right;
	margin: 2px 2px 2px 2px;
}
table { table-layout: auto; }
td { vertical-align: top; }
td.center { text-align: center; }
p { margin: 0px 0px 15px 0px; }
p.center { text-align: center; }
a { text-decoration: none; }
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
li {
	list-style-type: none;
	margin-bottom: 7px;
}
li.goods {
	list-style-type: square;
	margin-bottom: 0px;
}
br.clear { clear: both; }