/**
 * ## Creative Commons Attribution-Share Alike 3.0 Unported License ##
 * HiddenLinksJS by Sascha Kimmel is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
 * Permissions beyond the scope of this license may be available at http://www.saschakimmel.com/hiddenlinksjs.
 * http://creativecommons.org/licenses/by-sa/3.0/
 */
 .hiddenJSLink
{
	text-decoration: underline;
	color:#0059B2;
}
.hiddenJSLink:hover
{
	cursor:progress;
}