h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 900px;
}

.sub-title {
	font-size: 12px;
	text-align: left;
	width: 850px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
	padding: 5px;
	margin-left: 20px;
}

.title {
	font-size: 12px;
	text-align: left;
	width: 900px;
	font-weight: bold;
	background-color: #3399FF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
}


body {
	margin:0 auto;
	width:900px;
}

td {
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}
th {
	font-size: 12px;
	background-color: #CCCCCC;
	text-align: center;
	font-weight: normal;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 700px;
}
.list {
}

.bun {
	font-size: 12px;
	width: 850px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.list ul {
	width: 800px;
	text-align: left;
}
.list li {
	text-align: left;
	word-spacing: 700px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ol {
	list-style-type: disc;
}

