a { font-weight: bold; color: #00008B; }

img { border-style: none; vertical-align: bottom; }

ul.newsticker {
	/* that's your list */
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	padding-top: 3px;
	background:  #FFD700;
}

ul.newsticker span { margin: 0 30px 0 0; }

.logo {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: White;
}

.linkreport {
	float: left;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 2px;
	background-color: White;
	font-family: Arial;
	font-size: 10px;
}

.tickercontainer {
	/* the outer div with the black border */
	border: 0px;
	background:  #FFD700;
	width: auto;
	height: 24px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Verdana;
	font-size: 12px;
	color: Black;
}

.tickercontainer .mask {
	/* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
/*	top: 4px;*/
	width: auto;
	overflow: hidden;
}

#container { border: solid 1px #ccc; }