/* Typography */

body {
	margin:0px;
	padding:0px;
	font:0.625em/1.2 Verdana, Helvertica, Arial, sans serif;
	color:#333;
}

p, ul, form, table {
	font-size:1.1em;
}

form p, table p, ul p, form * {
	font-size:1em;
}

p {
	margin-bottom:1em;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	margin-bottom:0.1em;
	font-weight:normal;
	font-family:'Trebuchet MS', Trebuchet, Verdana, sans serif;
	color:#fb0;
	letter-spacing:-0.05em;
}

h1 {
	font-size:3.6em;
}

h2 {
	font-size:2.4em;
}

h3 {
	font-size:1.8em;
}

h4 {
	font-size:1.6em;
}

h5 {
	font-size:1.4em;
}

h6 {
	font-size:1.2em;
}


