
/*for scroller */
#marqueeborder {	
	width:100%;
	height:2em;
	position:relative;
	overflow:hidden; /*to keep within the width of the page*/
	
}

#marqueecontent {
	position:absolute;	
	white-space:nowrap;
	font-family: Apple-Chancery;	
	font-weight:bold;
	font-size:21px;
	line-height:1.7em; /*to center text vertically*/
	
	
}
	