/**
 * ## 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:line-through;
	border-bottom:1px dotted #c40000;
	color:#c40000;
}
.hiddenJSLink:hover
{
	cursor:progress;
}