@charset "utf-8";
.allbg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #E1B500;
	border-right-color: #E1B500;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}
a:link {
	font-family: Arial, "新細明體", "微軟正黑體", "標楷體", "Times New Roman", "金梅碑楷字形空心";
	font-size: 12pt;
	text-decoration: none;
}
a:visited {
	font-family: Arial, "新細明體", "微軟正黑體", "標楷體", "Times New Roman", "金梅碑楷字形空心";
	font-size: 12pt;
	color: #008200;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
