#marquee-box {
	margin-top: 5px;
	height: 50px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#marquee {
	left: 0;
	position: absolute;
	top: 0;
	width:100%;
	text-align: left;
}

#marquee strong {
	font-weight: bold;
}

#marquee a:link, #marquee a:visited, #marquee a:active {
	color: #0033ff;
}

#marquee a:hover  {
	text-decoration: underline;
	
}
