#wd-bbs li   {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 130%;
}
#wd_enter_btn a {
	background-color: #CC3366;
	padding: 10px;
	width: 200px;
	text-align: center;
	font-size: 16px;
	border: 2px groove #AD2C56;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-decoration: none;
}
#wd_enter_btn  a:hover {
	background-color: #0066CC;
	border: 2px groove #0066CC;
	text-decoration: underline;
	color: #FFFF00;
}

