#scr1 {
   /*background-color: #ffffff;*/
 }

/* For each of the blocks you add to a scroller, the script will add a
 single-celled <table> inside the target element and insert the
 contents of the block. So to style the blocks of your scroller, you
 can style these table cells as if they were actually part of your
 document source:*/
 
#scr1 table tr td {
   color: blue;
   text-align:left;
   vertical-align:middle;
   font-size: 10px;
   width: 100%;
 }