/* CSS Document */



/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 180px;
height: 200px;
border: 1px solid black;
padding: 5px;
background-color: #FFFFCC;
color:#660000;
font: bold 12px Tahoma;

}

#pscroller1 a { text-decoration : none; }
#pscroller1 a:link {color:#FF6666; text-decoration : none; }
#pscroller1 a:visited {color:#FF6666; text-decoration : none; }
#pscroller1 a:active {color : #FF6666; text-decoration : none;}
#pscroller1 a:hover {color : #0000CC; text-decoration : none;}



.someclass{ //class to apply to your scroller(s) if desired
}

