body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

A:link {font-weight:bold;text-decoration: none; color: white;}
A:visited {font-weight:bold;text-decoration: none; color: white;}
A:active {font-weight:bold;text-decoration: none; color: white;}
A:hover {font-weight:bold;text-decoration: underline; color: white;}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 180px;
height: 240px;
border: 0px solid black;
padding: 5px;
color: white;
font-size: 11px;
/*background-color: lightyellow;*/
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}