
.highlight {
	font-size: 50px;
	color: #0099ff;
}

.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
}
.bar a {
	color: #DDD;
}
.bar a:hover {
	color: #FFFFFF;
}

.ticker {
	width: 100%;
color: #1175A6;
overflow: hidden;
padding: 0;
background:#fff;
float: left;
list-style: none;

}

#ticker_02 {
	height: 300px;
	
}

.ticker li {
border-bottom: 1px dotted #DDD;
padding: 5px 0px 4px 0px;
margin: 5px 0px;

float: left;
width: 100%;
word-wrap: break-word;
font-family: 'Arial', sans-serif;
font-size: 15px;
}
.ticker li a:active,.ticker li a:visited{ color: #1175A6;}

.ticker li:hover{ background: #f0f7fc;}
#example_4 { display: none;}
