/* CSS Document */

/* ticker*/

#ticker{
float: right;
	position:relative;
	clear: both;
	color: #998770;
	top: 15px;
	width: 140px;
	text-align:left;
	
	font-size: 100%;
	font-weight: bold;
	margin-left: 1em;
}
#ticker a{
	color: #333;
	text-decoration: none;
	font-weight:normal;

}
#ticker a:hover{
	color: #990000;
	text-decoration: underline;
}
.count {
	margin-left: 2em;
	font-size:1.2em;
	font-weight:bold;
	color: #a7dd10
}
