html {
overflow-x: hidden;
}
body {
	list-style-image: url(imges/unit.gif);
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 120px;
	background-color: #996666;
}
a {
	text-decoration: none;
	color: #CC9966;
}
h1 {
	background: url(imges/title.gif) no-repeat scroll left center;
	font-size: 24px;
	font-weight: bolder;
	text-indent: 25px;
	color: #CCCC99;
}
div.hr {
	height: 11px;
	background: url(imges/lines.gif) no-repeat scroll left;
}
div.hr hr {
  display: none;
}
h2 {
	background: url(imges/unit2.gif) no-repeat scroll left center;
	text-indent: 15px;
	font-weight: bold;
	color: #CCCC66;
	font-size: 18px;
}
p {
	font-size: 16px;
	color: #003333;
	font-family: "新細明體", "細明體";
}
img {
	padding: 2px;
}
textarea {

	font-size: 12px;
	height: 70px;
	width: 250px;
}

