body {
	font-family:'Times New Roman',Times,Serif;
	color: #000000;
	background-color: #cbe4fc;
	margin:2px 5px;
}
h1 {
	text-align:center;
	letter-spacing:0.15em;
}
pre {
	font-family:'Courier New',monospace;
	font-size:92%;
}
th, td {
	font-family:'Times New Roman',Times,Serif;
}
a {
	text-decoration: underline;
}
img {
	border:0px;
	vertical-align:middle;
}
.b {
	font-weight:bold;
}
.border {
	border: 1px solid;
}
.cen {
	text-align:center;
}
.i {
	font-style:italic;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.small {
	font-size:83%;
}
li {
	padding-top:0.3em;
}
.chinese {
	font-family: '標楷體';
}
.leftlink {
	line-height: 125%;
}
.leftlink a:hover {
	background-color: #efdef7;
	color: #660099;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.cenlink {
	font-size: 120%; /*title&link*/
}
.cenlink a:link {
	color: #006600;
}
.rightlink {
	font-weight: bold; /*title*/
	text-align: left; /*title&link*/
}
.rightlink a:link {
	color: #006600; /*link*/
	font-size: 92%;
	font-style: italic;
	font-weight: normal;
}
.cenlink a:hover, .rightlink a:hover {
	background-color: #cceeff;
	color: blue;
	font-style: italic;
	text-decoration: none;
}
.rightlink a:visited {
	font-weight: normal;
}