@charset "gb2312";
html {
  margin: 0px;
  padding: 0px;
}
* html pre {
  overflow: hidden;
  width: 100%;
}
body {
  background-color: #fff;
  color: #fff;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}
p {
  line-height: 18px;
  margin-bottom: 10px;
  text-align: left;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 0px solid #fff;
  margin: 1em 0;
  padding: 0;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* headings
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
h2 { font-size: 16px; }
/* vertical space
----------------------------------------------------------*/
.h10 {
  height: 10px;
}
.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}
.h40 {
  height: 40px;
}
/* header
----------------------------------------------------------*/
header {
	position: relative;
	z-index: 10;
	background-color: #fff;
	border-bottom: 0px solid #fff;
}
header img {
	padding:0px;
}

li {
	margin:0px;
	list-style: disc;
}
