#ticker-area {

	width: 386px;
	background: #eee;
	padding: 2px; padding-left: 10px; margin-bottom: 6px;
	font-size: 90%; font-weight: bold;
	color: #aaa;
	border: 1px #aaa solid;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#ticker-area a {
	color: #555;
	}
#ticker-area a:hover {
	text-decoration: none;
	color: maroon;
	}