/********************************************************************************
 *
 * Handle off-always tooltips.
 *
 ********************************************************************************/

/* This following block is supposed to stop it from changing colors on hover, but it's not.  */
/*
a.ttl,
a.ttl:hover,
a.ttl:visited:hover,
a.ttl:active,
a.ttr,
a.ttr:hover,
a.ttr:visited:hover,
a.ttr:active,
*/
a.ttl span.tooltip,
a.ttr span.tooltip
		{
		display: none;
		}


