/** Don't change this stuff **/


.rsstitle{ display:none }
.rsstitle, .rssdate, .rssdescription
{
  text-wrap: none;
  word-wrap: normal;
  overflow:hidden;
  margin: 0px;
  padding: 0px;
}
.rssdate{ display:none; }


/** Change this stuff to alter formatting **/



/** ticker size **/

.bbcclass{
  width: 100%;
  padding: 0px;
  margin: 0px;

}

/* height of the ticker - this must be set manually */
.bbcclass, .rssdescription {
  height: 20px;
}

/* fade effect - remove if you don't want it */
.bbcclass{
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); 
-moz-opacity: 0.8;
}

/* other formatting */

.bbcclass{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
color: #B2551F;
text-decoration: none;
font-weight: bold;
}
.bbcclass a, .bbcclass a:hover
{
  text-decoration: none;
}

