
#newsticker {
	font-weight: bold;
	font-size:40px;
	color:white;
	position: absolute;
	float: right;
	border: 0;
	padding: 0;
	width: 550px;
	height: 100px;
	overflow: hidden;
	
	
}	

#newsticker ul, #newsticker li {
	float: right;
	font-size:14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 550px;
}

.newsticker {
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0;
}

* html #newsticker{ /*IE6 hack*/
	
}

#newsticker p {
	margin: 0px;
	padding: 0;
}

#newsticker a:link {
	color: white;
	
	text-decoration: none;
	font-size:40px;
	font-weight:bold;
	}

#newsticker a:visited {
	color: silver;
	color: #FFF;
	text-decoration: none;
	font-size:40px;
	font-weight:bold;
	}

#newsticker a:hover {
	color: red;
	text-decoration: none;
	font-size:40px;
	font-weight:bold;
	}


#newsticker_self {
	padding: 14px;
	font-weight: normal;
	color: gray;
	position: absolute;
}
* html #newsticker_self{ /*IE6 hack*/
	padding-top: 0px;
}

#newsticker_self p {
	margin: 0px;
}

#newsticker_self a:link {
	color: gray;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	}

#newsticker_self a:visited {
	color: gray;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	}

#newsticker_self a:hover {
	color: red;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	}
