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

@import "../../common/css/base.css";

html {
	overflow:hidden;
	overflow-y:auto;
	border:none;
}

body {
	background:#1e1e1e;
}

#news {
	width:640px;
	text-align:left;
}

#news ul {
	width:600px;
	height:130px;
	padding:15px 20px 15px 15px;
}

#news ul li {
	color:#a0a0a0;
	font-size:10px;
	margin-bottom:15px;
	line-height: 1.5em;
}

#news ul li span {
	color:#afaa3c;
	font-weight:bold;
}

#news a {
	color:#afaa3c !important;
	font-size:10px;
	text-decoration:underline !important;
}

#news a:hover {
	color:#dcdaa6 !important;
	text-decoration:none !important;
}



