/* Handheld Styles */


/* General */

@import url("reset.css");

* {
	margin: 0; 
	padding: 0
	}
	
html {
	font-size: 100%;
	}
	
body {
	font-size: 62.5%; 
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; 
	}
	
img {
	border: 0;
	}

/* Layout */





/* Typography */