/*==============================================================================

This CSS section is for whole page link styles.
	
==============================================================================*/

.Hovernolinecursor a:hover {
		 color:#FFFFFF;
}

.Hoveraddthis a:hover {height: 16px;
		 color:#FF0000;
}

.Hovercursoronly a:hover {
		 cursor: url("crosshair.cur"), url("http://www.monkeyshooter.com/Images/cssimages/crosshair.cur"), auto;
}

.Hoverlinecursor a:hover {height: 30px;color:#FF0000; 
		 border-bottom: 1px solid #FF0000;
		 cursor: url("crosshair.cur"), url("http://www.monkeyshooter.com/Images/cssimages/crosshair.cur"), auto;
		 /*This is the code  I found to get the custom cursor to work in IE8 and Firefox 3.10 Unsure of support in any other browser*/
		 }
