@import url("page_link.css");
@import url("dtree.css");
*{
	font-size:12px;
	font-family:tahoma;
	scrollbar-face-color:#666 ;
	scrollbar-arrow-color:#fff ;
}
a{
	text-decoration:none;
	color:#000000;
	line-height:20px ;
}
a:hover{
	text-decoration:underline;
	color:#FF0000 ;
}
a:visited{
	color:#000000;	
}
.main{
	float:right;
	height:100%;
}
.main iframe{
	height:100%;
}
input,textarea{
	border:#aaa 1px solid;
	background-color:#efeeee;
}
.pic{
	float:left;
	margin:6px;
	border:#cccccc 1px solid;
	padding:2px;
	width:200px ;
	height:220px ;
	font-size:12px ;
}
.pic a{
	font-size:12px ;
}
.reply a{
	background:red ;
}
.no_ime{
	ime-mode:disabled ;
}