/*-------------------------link‚ÌŽw’è*/
#bookmark{
	font-size: 125%;
	text-indent: 20px;
}
#bookmark ul{
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
#bookmark li{
	  text-align:left;
	  padding:1em 0 0 .5em;
}
#bookmark a:hover{
	  color:#333333;
	  border-bottom:3px solid #4169E1;
	  text-decoration:none;
}
#bookmark a{
	  color:#848684; font-weight:bold;
	  border-bottom:3px solid #eee;
	  text-decoration:none;
}
