/* ================================
   --------------------------------
   HANDHELD STYLESHEET
   --------------------------------
   ================================
*/
	* {
	   	position: static !important;
	   	float: none !important;
	   	background: none !important;
	}
	body {
		font-family: sans-serif;
		padding-bottom: 5px;
	}
	ul li a  {
		line-height: 1.5em;
		margin: 1px 0;
		width: auto;
		height: 1.5em;
		border-bottom: 1px solid #ccc;
	}
	#foo { 
		display: none; 
	}
	img	{ 
		max-width: 100%; 
	}
	
	h1, h4, h5, h6	{
		line-height: 1em;
		margin-top: 1.3em;
	}
	
	h2  { font-size: 1em;}
	
	h3 {
		font-size: 0.92em;
		margin: 0.5em 0;
	}
	p { 
		padding: 0.5em 0.7em 0.7em 0.7em; 
	}

