/* alternate.css */
/* strong pointed out */
		#whatitis	li
		{
			color:	#c4c4c7;
		}
		
		#whatitis	li	strong
		{
			color:	#CFBD00;
			font-weight:	bold;
		}
				
		#hide
		{
			display:	block;
		}
		
		#show
		{
			display:	none;
		}