.table2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


a.ddd:link {
	font-size: 15px;
	color: #009900;
	text-decoration: underline;
	font-weight: normal;
}
a.ddd:visited {
	font-size: 15px;
	color: #009900;
	text-decoration: underline;
	font-weight: normal;
}
a.ddd:hover {
	font-size: 15px;
	color: #FF0000;
	text-decoration: underline;
}

nav.navbar {
	display: flex;
	justify-content: center;
	background-color: #EC2666;
	padding: 4px 0;
	box-sizing: border-box;
}
nav.navbar * {
	text-decoration: none !important;
}
nav.navbar .btn-box {
	display: flex;
	margin: 0;
	list-style: none;
}
nav.navbar .btn-wrap {
	margin-left: 15px;
}
nav.navbar .btn-wrap:hover p {
	color: yellow;
}
nav.navbar p {
	margin: 0;
	text-align: center;
}
nav.navbar p.zh {
	font-family: serif;
	font-size: 17px;
	color: #fff
}
nav.navbar p.en {
	font-family: '微軟正黑體', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #fff
}

