* {
	padding: 0;
	margin: 0;
	outline: 0;
}
li, dd, blockquote {
	margin-left: 40px;
}
fieldset {
	margin-top: 0;
	/*margin-top: 1em;*/
	padding-left: 2em;
	padding-right: 2em;
	border: none;
}
legend {
	margin-left: -2em;
}

:link, :visited {
	text-decoration:none;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }

pre, code {
	font-size: 1em;
}

/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
	border: none;
}

/* de-italicize address */
address {
	font-style:normal;
}

input, textarea {
	font-size: .8em;
}