/*html {
	min-height: 100.05%;
}*/

/*body { 
	background: #fff;
}*/

div.limiter {
	text-align: left;
	/*width: 80%;*/
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

ul {
 margin-top: 1px;
 margin-bottom: 0em;
 margin-left: 0px;
 padding: 0px;
 font-size: 12px;
 color: #FFFFFF;
 text-align: left;
}

/*ul a:link { color: #fff; background-color: #090; text-decoration: none }*/

/* Listen */
ul#news {
	border: 0px solid #ccc;
	/*padding: 5px;*/
	/* 上右下左 */
	padding-top: 5px;
	text-align: left;
	/*background: #CCCCCC;*/
}

li a:link {
 color: #305FB7;
	font-weight: bold;
	background-color: #CCCCCC; 
}

li a:visited {
 color: #3E3B12;
}

li a:hover {
 color: #B1D984;
}

li a:active {
 color: #FFFFFF;
}