.news-top {
    background-image:url('images/news_top.gif');
    height:28px;
}
.news-mid {
    background-image:url('images/news_mid.gif');
    padding:0px 5px 0px 5px; 
}
.news-bot {
    background-image:url('images/news_bot.gif');
    height:15px;
}
.news-headline {
    color:black;
    text-align:left;
    font-size:12px;
    padding:1px 0px 10px 10px;
    display:inline;
}
.news-break {
    font-size:6px;
    padding:0px;
    margin:0px;
}
p.title, p.desc {
  font-family:verdana;
  padding:2px;
  margin:0px;
}
p.title {
  font-size:10px;
  text-style:bold;
}
p.desc {
  font-size:10px;
  padding:0px 0px 0px 15px;
}
p.title a {
  text-decoration:none;
  text-style:bold;
}