@charset "utf-8";
/* CSS Document */

.content{
font-family: 微軟正黑體, "Microsoft JhengHei", 標楷體, DFKai-sb, 新細明體, PMingLiU, 細明體, MingLiU;
text-decoration: none;
}

.tableEng {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif, 微軟正黑體, "Microsoft JhengHei", 標楷體, DFKai-sb;
	color: #666;
}


.content a{
	color: #4A7798;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #4A7798;
	}

.content a:hover{
	color: #b52626;
	text-decoration: none;
	background-color: #ffffed;
	border-bottom-color: #b52626;
	}

