/*Example CSS for the two demo scrollers*/

#pscroller{
width: 550px;
height: 20px;
border: none;
padding: 3px;
color: #FFFEC4;
}

#pscroller a{
text-decoration: none;
font-size:13px;
color: #FFFEC4;
}

.someclass{
	font-family: arial,helvetica, san-serif;
	color: #FFFEC4;
}

