
#linksbar .currentPage a, #linksbar .currentPage a:hover {
	background-color: transparent; /* sets the color of the box that appears under the active page link */
	border-bottom: 2px solid #008D83;	/* sets the color of the border that appears around the box under the active page link */
	color: #FFFFFF;		/* sets the color of the active page link font */
}


