/*CSS for the news ticker*/

#pscroller2{
width: 815px;
height: 20px;
border: 1px solid black;
padding: 1px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.someclass a{
font-size:14px;
font-weight:bold;
color:#000000;
}
