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

#marqueecontainer {
	width: 200px; /*marquee width */
	height: 200px; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;/* border: 1px solid #FF0000; */
}
a.marquee:link, a.marquee:visited, a.marquee:active {
	color: #000000;
	font-family: Arial; 
	font-size: 14px;
	font-weight: bold;
}
