

a.bk :hover {color:red} 
a.bk:link {
    text-decoration: none;
    color: #002142;
}

#::selection {
	    background: #8c0000;
	    color: #FFFFFF;
	    text-shadow: none;
	}
	
.radLine_left{
	width: 600px; height: 5px;
}

.more_left{
	margin-right: 25px;
	right: 5px;
	margin-bottom:-10px;
	padding: 2px 5px;
	border-radius: 30px;
	/* border: 1px solid #8c0000; */
	color: #006699;
	text-align: center;
	font-size: 14px;
}

.radLine_right{
	width: 600px; height: 5px;
}


