/* css style sheet v1.01 for Sasha.inflex.ru V2.01 site */
/*** ind-typo.css :index(home) page: typography ***/
	
	body
	{
		font-size: 12px;
		font-family: Trebuchet MS, verdana, arial;
		color: #333;
		line-height: 1.6em; 
	}

	a 		{ color: #000; text-decoration: underline; font-weight:normal;} 
	a:hover	{ color: #666; text-decoration: none; }

	#hder a
	{
		text-decoration: none;
	}
	#hder a span
	{
		font-size:1.2em;
		font-weight:bold;
		color: #000;
		text-decoration: none;
	}
	
	#subhd p span
	{
		font-size:1.2em;
		font-weight:bold;
		color: #000;
	}

	#navg	
	{
		text-transform: uppercase;
	}
	#navg .current a		{ color: #666; text-decoration: none; }	
	#navg .current a:hover	{ color: #666; text-decoration: none; }

	#foot	
	{
		line-height: 1em; 
	}


