body, table, td, select
{
	margin: 0px 0px 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	/*font-family: ËÎÌå, 'Courier New';*/
	font-size: 14px;
	border:0;
}
body.main
{
	background-color: ivory;
	scrollbar-face-color: cornsilk;
	scrollbar-highlight-color: ivory;
	scrollbar-shadow-color: #8b4513;
	scrollbar-arrow-color: #8b4513;
	scrollbar-base-color: #ffdab9;
	scrollbar-dark-shadow-color: black;
}
a.main
{
	font-size: 12px;
	color: black;
	text-decoration: none;
}
a.main:hover
{
	font-size: 12px;
	color: black;
	text-decoration: underline;
}
a
{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

input
{
	height:19px;
	font-size:12px;
	vertical-align:baseline;
}

table.main
{
	border-right: cornsilk outset;
	border-top: cornsilk outset;
	border-left: cornsilk outset;
	width: 600px;
	border-bottom: cornsilk outset;
	height: 400px;
	background-color: ivory;
}

table.english
{
	width:100%;
}
table.chinese, table.detail, table.anton, table.phrase
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 5px 0px 0px;
	width: 100%;
	padding-top: 0px;
	background-color: ivory;
}
table.root
{
	background-color: honeydew;
	width:100%;
}
td.main
{
	width: 70px;
	height: 20px;
	background-color: powderblue;
	CURSOR: hand;
}
td.english
{
	background-color: cornsilk;
}
td.spacing
{
	width:20px;
}
td.detail_id
{
	width:20px;
}
font.english
{
	font-weight: bold;
	font-size: 18px;
	color: crimson;
	font-family: Sans-Serif, Arial;
}
font.note
{
	font-size: 11px;
	color: seagreen;
	font-family: ËÎÌå;
}
font.root,font.special
{
	color: darkblue;
	font-weight:bold;
	font-style:italic;
}
font.chinese
{
	color: blue;
	font-weight:bold;
}
font.detail_chinese
{
	font-weight: bold;
	color: #0A96A7;
}
font.detail_english
{
	color:blue;
}
font.sample_english
{
	color: darkblue;
	font-style: italic;
}
font.sample_chinese
{
	font-size: 11px;
	color: darkred;
	letter-spacing: 2px;
}
font.anton_chinese
{
	color:darkred;
}