  
* {
	margin: 0;
	padding: 0;
}
 
/* news */
div.ticker {
	margin: 0px;
	width: 700px;
	position: absolute;
	overflow: hidden;
	color: #FFFFFF;
	left: 50px;
}

@media screen and (min-width: 321px) {
div.ticker {
	width: 650px;
}
}
@media screen and (max-width: 320px) {
div.ticker {
	width: 650px;
}
}

div.ticker ul {
	height: 1.6em;
}
 
div.ticker ul li {
	float: left;
	display: inline;
	clear: both;
	text-align: left;
	list-style-type: none;
	position: relative;
	line-height: 1.6em;
	margin-bottom: -1.6em;
	visibility: inherit;
}


div#longitudinally ul li,
div#fade ul li {
	left: 10px;
}
 


 
#news_top {
	color: #DD0000;
	text-decoration: none;
	clear: right;
	float: left;
	height: 1.6em;
	width: 60px;
	position: absolute;
	letter-spacing: 0.1em;
	text-align: center;
	top: 2px;
}
body,td,th {
	font-size: 80%;
	letter-spacing: 0.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
