@charset "utf-8";
#banner {
	background-color: #4DA861;
}
#navbar {
	background-color: #C2A2F5;
}
#content {
	background-color: #89F5A1;
	text-align: center;
}
#footer {
	background-color: #F5B971;
}
#wrapper {
	width: 1100px;
	background-color: #A89277;
}
h1 {
	font-family: "微軟正黑體 Light", "新細明體-ExtB";
	color: #FFFFFF;
	text-shadow: 3px 3px 0px #000000;

}
h4 {
	font-family: "微軟正黑體 Light", "新細明體-ExtB";
	text-align: center;
}


h2 {
	font-family: "微軟正黑體 Light", "新細明體-ExtB";
}
p {
	font-family: "微軟正黑體 Light", "新細明體-ExtB";
	text-align: left;
}
#content ul {
	text-align: left;
	font-family: "微軟正黑體 Light", "新細明體-ExtB";
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
