/* elements */
body {
	/* 英文字型在前、中文字型在後 */
	font-family: Georgia, "Microsoft JhengHei", "微軟正黑體", Helvetica, sans-serif;
	font-size: 14px;
}

/* 標題1 */
h1 {
	/* vertical-align: middle;
	font-weight: bold; */
  	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 18px;
}

/* 修正 ie 顯示有問題 */
br {
	letter-spacing:normal;
}

/* layout */
table {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.3;
}

/* 連結 */
a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

