a.news:link {
	text-decoration: none;
	color: #CC3366;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
a.news:visited {
	color: #CC3366;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
a.news:hover {
	color: #66CCCC;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
a.news:active {
	color: #CC3366;
	text-decoration: none;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

.news_date {
	text-decoration: none;
	color: #006666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#marqueecontainer{
	position: relative;
	width: 350px; /*marquee width */
	height: 192px; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
}
