@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) 
{ 
	ul#Navigation li a
	{
		padding-right:1.3em;
	}
	
	#Layout_Wrapper
	{
		min-width:60em;
	}
	
	p 
	{
		//font-size:.15px;
	}

	.Content_Description
	{
		font-size:.7em;
	}
	
	.Ticker
	{
		visibility:hidden;
	}

}