/* main.css 與 tinymce.css 幾乎是一樣的。除了 main.css 的 body 改成 #contentPanel */
#contentPanel {
	line-height: 1.6em;
}

h1 {
	font-size: 1.6em;
	letter-spacing: 0.3em;
	font-family: 標楷體;
	color: #0033cc;
}
h2 {
	font-size: 1.3em;
	letter-spacing: 0.3em;
	font-family: 標楷體;
	color: #0033cc;
}
h3 {
	font-size: 1em;
	letter-spacing: 0.3em;
	font-weight: normal;
	line-height: 1.2em;
	border-left: 6px solid green;
	border-bottom: 1px solid green;
	display: inline;
	clear: right;
	padding-left: 6px;
}
.important {
	color: #ff0000;
}
.quotation {
	color: #999999;
}
.text {}
p.text:first-letter {
	padding-left: 2em;
}
.smallText {
	font-size: 10pt;
}
#contentPanel a {
	color: #6666ff;
	text-decoration: none;
}
#contentPanel a:hover {
	background-color: #d6d2b3;
}
a img {
	border: 0px;
}
table.list {
	width: 80%;
	border-collapse: collapse;
}
#panel table.list, #panel table.list td, #panel table.list th {
	border: 1px solid #555;
	padding: 2px 5px 2px 5px;
}
#panel table.list th {
	background-color: #b5b588;;
	font-size: .8em;
}
