body {
	font-family: "Helvetica";
	font-weight: lighter;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#page {
	width: 640px;
	margin: 16px auto 16px auto;
	background: #fff;
}

#content {
	padding: 0 0 0 192px;
}

h1, h2 {
	font-weight: inherit;
}

h3, h4, h5, h6 {
	font-weight: bold;
}

a:link, #content a:visited {
	color: #2266AA;
	text-decoration: none;
}

a:hover, #content a:active {
	text-decoration: underline;
}

p {
	margin: 8px 0 8px 0;
}