/* Typography */

body {
	font: 75% arial, sans-serif;
}
h1 {
	font-size:2.4em;
	margin-bottom:.6em;
	margin-top:0px;
	font-weight:normal;
}
h2 {
	font-size:1.7em;
	font-weight:normal;
	margin:1.6em 0 0.8em;
}
h3 {
	font-size:1.2em;
	margin: 0.4em 0;
}
h4 {
	font-size:1em;
}
p, ul{
	font-size:1em;
	line-height:1.4em;
	margin-bottom:1.2em;
}
ul{
	margin-left:2.3em;
}
ul li{
	margin-bottom:0.5em;
}
ol {
	margin-left:2.3em;
	margin-bottom:1em;
}

ol li{
	margin-bottom:0.5em;
}
blockquote {
	font-size:1em;
	line-height:1.4em;
}
table, th, td {
	font-size:1em;
}

