#ticker, #tickerlong  { width:150px; height:500px; border:none; overflow:auto; }

#tickerlong {
	height:500px
}

#ticker dt, #tickerlong  dt {
	position:relative;
	padding-bottom: 5px;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 12px;
	color: #666;
	line-height: 1.8em;
	text-align: justify;
}

#ticker dd, #tickerlong dd  {
	position:relative;
	padding-bottom: 5px;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 10px;
	color: #309ECE;
	font-style: italic;
	text-align: right;
	line-height: 1.5em;
}


#ticker dd.last, #tickerlong dd.last { border: none; }
#ticker div, #tickerlong div { margin-top:0; }
a:link {
	list-style:none;
	color: #609327;
	text-decoration: none;

}
a:visited {
color: #609327;
	list-style:none;
		text-decoration: none;

}
a:hover {
	list-style:none;
	color: #ea0081;
	text-decoration: overline;

}
a:active {
	list-style:none;
	color: #609327;
		text-decoration: none;

}

#ticker dt a:link {
	list-style:none;
	color: #666;
	text-decoration: none;

}

#ticker dt a:visited {
	color: #666;
	list-style:none;
		text-decoration: none;

}
#ticker dt a:hover {
	list-style:none;
	color: #ea0081;
	/*text-decoration: overline;  */

}
#ticker dt a:active {
	list-style:none;
	color: #666;
		text-decoration: none;

}