html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

#pscroller1 a{
	text-decoration: none;
	color: #D60019;
}

#pscroller1 a:hover{
	text-decoration: underline;
	color: #D60019;
}

#pscroller1 {
	width: 100%;
	height: 40px;
	padding: 5px;
	background-color: #000000;
}

.someclass{ //class to apply to your scroller(s) if desired
}

