
#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: 4px solid #007CC3;	/* sets the color of the border that appears around the box under the hovered link */
	color: #007CC3;		/* sets the color of the hovered link font */
}


