@charset "utf-8";
/* CSS Document */

/* link=================================================================*/
div.linkpage,
div.linkpage div,
ul#linklisting{
	background:#fff;
	width:300px;
}
div.linkpage{
	float:left;
	height:610px;
	margin-left:35px;
}
div.linkpage #header{
	height:96px;
	margin-bottom:15px;
	border-top:2px #CCC solid;
	border-bottom:2px #CCC solid;
}
div.linkpage #header div{
	margin-left:5px;
	font-size:28px;
	line-height:30px;
	height:30px;
}
div.linkpage #header div.root{
	margin-top:18px;
	color:#39C;
}
ul#linklisting{
	list-style:none;
}
ul#linklisting li{
	height:23px;
	border-bottom:1px #999 dashed;
}
