


code, pre {
	border:1px solid #EEEEEE;
	color:green;
	margin:1em 0;
	padding:10px;
}

div.newsTicker {
	background: #E8E8E8;
	color: #000;
	height: 25px;
	font-size: 93%;
}
div.newsTicker ul {
	padding-top: 6px;
	text-transform: uppercase;
}
div.newsTicker ul li span {
text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
	text-decoration: underline;
}
div.newsTicker ul li a {
	text-transform: uppercase;
	color: #000;
	text-decoration: underline;
}
div.newsTicker ul li a:hover { text-decoration: underline; }
div.newsTicker ul li a:active { text-decoration: underline; }
div.newsTicker ul li a:visited { color: #000; text-decoration: underline;}


