* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin-top: 1em;
	margin-bottom: 1em;
}

li, dd {
	margin-left: 5%;
}

fieldset {
	padding: .5em;
} 

body {
	font: 74% serif;
}
	
address {
	font-style: normal;
	line-height: normal;
}

abbr, acronym {
    font-style: normal;
    cursor: help;
}

dl, dt, dd {
	font-size: 1em;
	line-height: 1.3em;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.5em;
}

h6 {
	font-size: 1.4em;
}

a img {
	border: 0;
}

ol, ul, li {
	font-size: 1em;
	line-height: 1.3em;
}

p {
	font-size: 1em;
	line-height: 1.4em;
}

li > p {
	margin-top: 0.2em;
}

pre, code, kbd {
	font: 11px "Courier New", Courier, mono;
}

td {
	font-size: 100%;
}

br.bottom {
	clear: both;
}

span.highlight {
	background: #ffffcc;
}

th {
	text-align: left;
}
