@charset "utf-8";
/* CSS Document for scrolling textbox */

#pscroller1{
	width: 13em;
	text-align:left;
	height: 200px;
	border: 1px solid black;
	padding: 5px;
	background-color: white;
}

.someclass{ 
	/*class to apply to your scroller(s) if desired*/
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}