#pscroller1{
width: 93%;
padding-left:1%;
height: 200px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
text-align:left;
}

#pscroller2{
width: 93%;
padding-left:1%;
height: 17px;
border: 1px solid black;
text-align:left;
padding: 5px;
}

#pscroller2 a{
text-decoration: none;
text-align:justify;
}

.someclass{ //class to apply to your scroller(s) if desired
}