
#linksbar a:hover {
	background-color: transparent; /* sets the color of the box that appears under the hovered link */
	border: 0px solid #999;	/* sets the color of the border that appears around the box under the hovered link */
	color: #0f0;		/* sets the color of the hovered link font */
 }


