a:link {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #73B9FC;
	text-decoration: none;
}
a:active {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #6AB5FA;
}
a:visited {
	font-size: 10px;
	color: #B86988;
}
ul.news {
	width: 570px;
	height: 150px;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	}
ul.news li {
	list-style: none;
	width: 540px;
	margin: 0 10px 0 10px;
	padding: 0;
	line-height: 150%;
	border-bottom: 1px dashed #999999;
	}
