body {
	font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 120%;
	margin-top: 7em;
}

#header {
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 200%;
	font-style: italic;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	padding: 0.6em 0.6em 0.8em 0.8em;
	margin: 0;
	border-bottom: 2px solid #999;
}

a {
	color: inherit;
	background: inherit;
	text-decoration: inherit;
}

#header .mandalas {
	position: absolute;
	left: 2em;
}

#header .email {
	position: absolute;
	right: 3em;
}

a:hover {
	text-decoration: underline;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #999;
}

#content, #index {
	margin: 0 auto;
	width: 65%;
	text-align: center;
}

#content p {
	text-align: left;
	line-height: 1.58;
	letter-spacing: -0.003em;
	word-wrap: break-word;
	font-feature-settings: "liga";
	text-rendering: optimizelegibility;
}

#content p img {
	margin: 0 auto;
	display: block;
}

.caption {
	text-align: center !important;
	font-style: italic;
	width: 100%;
	margin-top: 0.2em;
}

#footer {
	font-size: 80%;
	text-align: right;
	font-style: italic;
	margin-bottom: 5em;
	margin-right: 10em;
}

#index ul li {
	list-style-type: none;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

#index ul li ul li {
	font-style: normal;
	list-style-type: circle;
	font-size: 83%;
	font-weight: normal;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 3em;
}

h1, h2, h3, ul {
	text-align: left;
}

#content blockquote {
	text-align: left;
	font-style: italic;
}

#content blockquote blockquote {
	font-style: normal;
}

