

#title-box{
	background-color: Navy;
	color: White;
	font-weight: bold;
}

#tickercontainer{
	text-align: center;
	width:466px;
	height:58px;
	margin:auto;
	background-color: #FFFFCC;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: Navy;
	border : 1px solid Navy;
}

#tickercontainer A:link, #tickercontainer A:visited  {
	font-weight: normal;
	text-decoration: none;
	color: Navy;
}
#tickercontainer A:hover {
	font-weight: normal;
	text-decoration:underline;
	color: Navy;
}
