body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

* {
	color: #000;
	font-family: Rockwell, "Helvetica Neue", Arial, serif;
	font-size: 75%;
}

html>body {
	font-size: 12px;
}

.spacer {
	display: block;
	height: 18px;
}

p, ul, li {
	font-size: 1em;
	line-height: 1.5em;
/*	margin-top: 1.5em;*/
	margin-bottom: 1.5em;
}
/*
h1 {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}
*/
h1, h2 {
	font-size: 1.1667em;
	line-height: 1.286em;
	margin-top: 1.286em;
	margin-bottom: 1.286em;
}

ul, li {
	list-style: none;
}

.sidenote {
	font-size: 0.8333em;
	line-height: 1.8em;
}

a {
	color: #222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.left {
	clear: none;
	display: inline;
	float: left;
	line-height: 1.5em;
	text-align: left;
/*	width: 50%;*/
}
.right {
	clear: none;
	display: inline;
	float: right;
	line-height: 1.5em;
	text-align: right;
/*	width: 50%;*/
}
.center {
	text-align: center;
} 

