body {
	padding: 0;
	margin: 0;
	color: white;
	background-color: #612147;
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {
	color: #85cfc8;
}

a:hover, a:active {
	color: white;
	text-decoration: underline;
}

#header {
	width: 770px;
	text-align: center;
}

#menu {
	width: 770px;
	margin: 10px 0 16px 0;
	font-size: 0.7em;
	text-align: center;
}

#menu a {
	font-weight: normal;
	text-decoration: none;
}

#menu a:link, #menu a:visited {
	color: white;
}

#menu a:hover, #menu a:active {
	color: #85cfc8;
	text-decoration: underline;
}

#contents {
	width: 745px;
	margin-left: 10px;
}

.images {
	padding-left: 15px;
}

.images img {
	display: block;
}

.images p {
	font-size: 0.7em;
	margin-top: 0;
}

#text {
	padding-left: 15px;
}

h1 {
	font-size: 1.2em;
	margin-top: -4px;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 0.8em;
	line-height: 1.65;
	margin-top: 0;
	margin-bottom: 1em;
}

p {
	font-size: 0.8em;
	line-height: 1.65;
	margin-top: 0;
	margin-bottom: 1em;
}

.credit {
	font-size: 0.7em;
	font-style: italic;
}

.back {
	font-size: 0.65em;
	line-height: 1.65;
	margin-bottom: 2em;
}
