.marquee {
	position:absolute;
	font-family:Verdana;
	font-size:11px;
	width:250px;
	top:100px;
	color:#000000;
}
.marquee a {
	color: #003399;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.marquee a:hover {text-decoration: underline;}
body {
	background-color:#EEEEEE;
}