﻿
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: Yellow;
}

#pscroller2{
width: 450px;
height: 20px;
border: 0px solid black;
padding: 3px;
font-family: Verdana;
font-size: 10pt
}

#pscroller2 a{
text-decoration: underline;
color:Blue
}

.someclass{ //class to apply to your scroller(s) if desired
}
