<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#pscroller{
width: 640px;
height: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding-left:5px;
margin:0px;
}

#pscroller a{
text-decoration: none;
}

#ticker{
width:775px;
height:20px;
border: 1px solid #0085be;
padding:0px;
margin:0px;
}

#tickerLeft{
width:130px;
height:20px;
float:left;
}

#tickerRight{
width:640px;
height:26px;
float:left;
}
.someclass{ //class to apply to your scroller(s) if desired
}


</pre></body></html>