body {
	background-image: url('bg3.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	font-size: 9pt;
	font-family: 細明體;
}

.navigation a{
	font-size: 12pt;
	color: #7C3838;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 8px;
}

.navigation a:hover{
	color: #B32C2C;
	border: solid 2px #7C3838;
	border-top: none;
	border-bottom: none;
	padding: 0px 6px;
}

.navigation a.on:hover{
	color: #B32C2C;
	padding: 0px 10px;
	border: none;
}

.secondlevelnav a{
	font-size: 10pt;
	color: #DFC491;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 8px;
}

.secondlevelnav a:hover{
	color: #B32C2C;
	border: solid 2px #7C3838;
	border-top: none;
	border-bottom: none;
	padding: 0px 6px;
}

.secondlevelnav a.on:hover{
	color: #B32C2C;
	padding: 0px 10px;
	border: none;
}


h1 {
	font-size: 11pt;
}

h2 {
	font-size: 10pt;
}

































