*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px 20px 0;
	background: #fff;
	color: #000;
	font: 0.8em "Lucida Grande","Lucida Sans Unicode",sans-serif;
	line-height: 1;
}

h1,h2,h3
{
	font-family: Palatino,Georgia,serif;
}

h1
{
	font-size: 2em;
}

h2
{
	margin-bottom: 0.25em;
}

p
{
	margin: 1em 0;
	line-height: 1.5;
}

ol, ul
{
	margin-left: 2em;
}

li
{
	margin-bottom: 1em;
	line-height: 1.5;
}

dl
{
	margin-bottom: 1em;
}

dt
{
	font-weight: bold;
}

dd
{
	margin-bottom: 1em;
}