@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);

body {
	font-family: "Times New Roman", "新細明體";
}

p.emph {
	font-family: Comic Sans MS, "新細明體";
}

span.emph {
	font-family: Comic Sans MS, "新細明體";
}

big.emph {
	font-family: Comic Sans MS, "新細明體";
}

table.people {
	text-align: left;
	vertical-align: top;
	margin-left: 40px;
	border-spacing: 0;
	border-top: 1px dotted #339933;
	border-collapse: collapse;
}

table.people tr {
	vertical-align: top;
}

table.people td {
	border-bottom: 1px dotted #339933;
	padding: 10px 30px 10px 10px;
}

table.people td.col1 {
	width: 100px;
}

table.people tr.hline {
	border-bottom: 1px solid #339933;
}


.c_name {
	font-family: DFKai-sb, cwtexkai;
	font-size: 24px;
	line-height: normal;
}

.name {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}

