.titlefield {text-decoration: none; color:#fff;}
.tickerboxtitle {background:url(rss_icon.png) no-repeat; background-position:center left; padding:11px 0 11px 35px; color:#ffcf12; font-size:16px; margin-left:5px;}
.labelfield{ /*CSS for label field in general*/
color:red;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example3{ /*Demo 3 main container*/
width: 260px;
height: 627px;
/*border: 1px solid #ffcf12;*/
padding: 80px 10px 0px 10px;
font-size:13px;
background:url(news_bg.png) no-repeat;
overflow:auto;
margin-bottom:10px;
}

#example3 p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 27px;
}

code{ /*CSS for insructions*/
color: red;
}