#marquee {
	font: normal 11px Arial, Helvetica, Sans-Serif;
	color: #606F81;
	width: 320px; 
	height : 20px; 
	padding:2px;
}

a,a:link,a:active,a:visited {
    color: #346AA6;
    text-decoration: none;
}

a:hover {
    color: #346AA6;

    text-decoration: underline;    
}